Support for Kubernetes 1.22 #335
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
Kubernetes 1.22 is coming and with a lot of API removals.
We're already using
CustomResourceDefinition
and{Validating,Admission}WebhookConfiguration
resources inv1
but Capsule is managing alsoextensions/v1beta1
andnetworking.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.
The text was updated successfully, but these errors were encountered: