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

Add apiVersion check to the CRD #553

Closed
SrishT opened this issue Jun 4, 2021 · 0 comments · Fixed by #595
Closed

Add apiVersion check to the CRD #553

SrishT opened this issue Jun 4, 2021 · 0 comments · Fixed by #595
Assignees

Comments

@SrishT
Copy link
Contributor

SrishT commented Jun 4, 2021

Description

The apiextensions.k8s.io/v1beta1 apiVersion used in the CustomResourceDefinition was removed in k8s v1.19.0

Importance

The issue is a blocker to install the chart properly on k8s clusters with version v1.19.0

Location

charts/pravega-operator/templates/pravega.pravega.io_pravegaclusters_crd.yaml

Suggestions for an improvement

The issue can be fixed by checking the apiVersion with .Capabilities.APIVersions.Has

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

Successfully merging a pull request may close this issue.

2 participants