Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RBAC resources deprecation #138

Open
pzamzow opened this issue Apr 29, 2022 · 0 comments · May be fixed by #139
Open

RBAC resources deprecation #138

pzamzow opened this issue Apr 29, 2022 · 0 comments · May be fixed by #139

Comments

@pzamzow
Copy link

pzamzow commented Apr 29, 2022

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.

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
@pzamzow pzamzow linked a pull request Apr 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant