planetscale / vitess-operator

Kubernetes Operator for Vitess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes 1.22+ support

walkamongus opened this issue · comments

Ran into issues running on Kubernetes 1.22 with CRD API versions.

Linking vitessio/vitess#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.

Gist with operator.yml