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

Support for Kubernetes 1.22 #335

Closed
prometherion opened this issue Jul 15, 2021 · 0 comments · Fixed by #337
Closed

Support for Kubernetes 1.22 #335

prometherion opened this issue Jul 15, 2021 · 0 comments · Fixed by #337
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@prometherion
Copy link
Member

prometherion commented Jul 15, 2021

Kubernetes 1.22 is coming and with a lot of API removals.

We're already using CustomResourceDefinition and {Validating,Admission}WebhookConfiguration resources in v1 but Capsule is managing also extensions/v1beta1 and networking.k8s.io/v1beta1. For these latest ones, we have to create a sort of check, disabling any watcher if running on Kubernetes >= 1.22, as well as skipping test features for these resources.

With that said, we're going to keep Capsule v0.1.0 working also for previous clusters.

@prometherion prometherion added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jul 15, 2021
@prometherion prometherion added this to the v0.1.0 milestone Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant