vitess-operator
vitess-operator copied to clipboard
Kubernetes 1.22+ support
Ran into issues running on Kubernetes 1.22 with CRD API versions.
Linking https://github.com/vitessio/vitess/issues/8756 here in case it it helpful -- this issue outlines information and solutions
I'm just starting to play with getting this up and running. I was able to successfully deploy the following operator.yml
locally with Kubernetes v1.21.1
.
The primary differences I saw were reworking a couple values from the Kubernetes CustomResourceDefinition
apiVersion
used: From apiextensions.k8s.io/v1beta1
to apiextensions.k8s.io/v1
.