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

Fix unknown field problems after change to CRD apiVersion check #338

Closed
lspecian-olx opened this issue May 29, 2021 · 0 comments · Fixed by #339
Closed

Fix unknown field problems after change to CRD apiVersion check #338

lspecian-olx opened this issue May 29, 2021 · 0 comments · Fixed by #339

Comments

@lspecian-olx
Copy link
Contributor

Description

The CRD apiVersion check introduced a validation problem due to changes on the resource type schema

Importance

zookeeper-operator chart can't be installed on EKS versions supporting apiextensions.k8s.io/v1

Location

https://github.com/lspecian-olx/zookeeper-operator/blob/master/charts/zookeeper-operator/templates/zookeeper.pravega.io_zookeeperclusters_crd.yaml#L3

Suggestions for an improvement

The template needs to accommodate both api versions apiextensions.k8s.io/v1 and apiextensions.k8s.io/v1beta1 in order to continue to provide support for eks versions without support for apiextensions.k8s.io/v1

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