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

Replace use of deprecated (1.19) and dropped (1.22) apiVersion for APIService #10

Open
Omar007 opened this issue Aug 31, 2021 · 1 comment

Comments

@Omar007
Copy link

Omar007 commented Aug 31, 2021

The deployment files are currently using apiVersion apiregistration.k8s.io/v1beta1 for the APIService, which is deprecated in 1.19+ and dropped completely in 1.22+.
The apiVersion to use is apiregistration.k8s.io/v1. This apiVersion has been available since 1.10. No notable changes or migration steps needed according to the migration guide.

@rdeveen
Copy link

rdeveen commented Jun 3, 2022

#12

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

No branches or pull requests

2 participants