vitess-operator icon indicating copy to clipboard operation
vitess-operator copied to clipboard

Kubernetes 1.22+ support

Open walkamongus opened this issue 2 years ago • 1 comments

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

walkamongus avatar Oct 04 '21 18:10 walkamongus

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.

Gist with operator.yml

lstellway avatar Feb 04 '22 21:02 lstellway