You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Kubernetes API version 1.22 rbac.authorization.k8s.io/v1beta1 API version of ClusterRole, ClusterRoleBinding, Role, and RoleBinding are removed. Therefore the corresponding resources should be migrated to rbac.authorization.k8s.io/v1. As documented here, there are no notable changes.
The text was updated successfully, but these errors were encountered:
pzamzow
added a commit
to pzamzow/service-broker-proxy-k8s
that referenced
this issue
Apr 29, 2022
Migrate RBAC resources to `rbac.authorization.k8s.io/v1`, because `rbac.authorization.k8s.io/v1beta1` is removed since k8s version => 1.22.
Fixes: Peripli#138
Since Kubernetes API version 1.22
rbac.authorization.k8s.io/v1beta1
API version of ClusterRole, ClusterRoleBinding, Role, and RoleBinding are removed. Therefore the corresponding resources should be migrated torbac.authorization.k8s.io/v1
. As documented here, there are no notable changes.The text was updated successfully, but these errors were encountered: