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

Kubernetes 1.22+ support #226

Closed
walkamongus opened this issue Oct 4, 2021 · 1 comment
Closed

Kubernetes 1.22+ support #226

walkamongus opened this issue Oct 4, 2021 · 1 comment

Comments

@walkamongus
Copy link

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

@lstellway
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants