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

Deprecated v1beta1 APIs (CRD and RBAC) will break in k8s v1.22 #801

Closed
mflendrich opened this issue Aug 12, 2020 · 5 comments
Closed

Deprecated v1beta1 APIs (CRD and RBAC) will break in k8s v1.22 #801

mflendrich opened this issue Aug 12, 2020 · 5 comments
Assignees

Comments

@mflendrich
Copy link
Contributor

Some of our k8s manifests use apiversions which are scheduled to be disabled in k8s soon:

Warning: apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Warning: rbac.authorization.k8s.io/v1beta1 ClusterRole is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRole
Warning: rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding

(warnings obtained by applying in k8s v1.19.0-rc4)

@mflendrich
Copy link
Contributor Author

Removing the "priority/low" label because 1.22 is around the corner.

@mflendrich
Copy link
Contributor Author

#763 is the same issue but for admissionregistration.k8s.io/v1beta1

rainest pushed a commit to Kong/charts that referenced this issue Feb 6, 2021
Revert to an older version of Helm 3. 3.2.4 is the last version that
does not raise a linter failure on the older APIs we use with the
controller:
Kong/kubernetes-ingress-controller#801
rainest pushed a commit to Kong/charts that referenced this issue Mar 4, 2021
Revert to an older version of Helm 3. 3.2.4 is the last version that
does not raise a linter failure on the older APIs we use with the
controller:
Kong/kubernetes-ingress-controller#801
@stale
Copy link

stale bot commented Mar 20, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Will be closed unless advocated for within 7 days label Mar 20, 2021
@stale stale bot closed this as completed Mar 27, 2021
@mflendrich mflendrich reopened this Mar 29, 2021
@stale stale bot removed the stale Will be closed unless advocated for within 7 days label Mar 29, 2021
@mflendrich mflendrich self-assigned this Sep 28, 2021
@mflendrich
Copy link
Contributor Author

@mflendrich to check whether we need to do anything for KIC 1.3.
2.0 is 1.22-ready already.

@shaneutt
Copy link
Contributor

It looks like we're all good for 2.x and beyond, @scseanchow let us know if you think we need to backport to 1.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants