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

depracted apiversion for kubernetes 1.21 #49

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mehmetyazicioglu
Copy link

Hello @hiddeco

is it okay to upgrade apiversions for clusterrole and clusterrolebinding due to kubernetes version upgrade.

The rbac.authorization.k8s.io/v1beta1 API version of ClusterRole, ClusterRoleBinding, Role, and RoleBinding is no longer served as of v1.22.

Migrate manifests and API clients to use the rbac.authorization.k8s.io/v1 API version, available since v1.8.
All existing persisted objects are accessible via the new APIs
No notable changes

https://kubernetes.io/docs/reference/using-api/deprecation-guide/

I think there is no harm for anyone if we change the apiversions since
"Migrate manifests and API clients to use the scheduling.k8s.io/v1 API version, available since v1.14."

what do you think?

@mehmetyazicioglu
Copy link
Author

@hiddeco pls review

@mehmetyazicioglu
Copy link
Author

@hiddeco could you please review?

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 this pull request may close these issues.

None yet

1 participant