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

Update CRDs to match kubernetes 1.19+ versioning #236

Closed
Demonsthere opened this issue Apr 1, 2021 · 0 comments
Closed

Update CRDs to match kubernetes 1.19+ versioning #236

Demonsthere opened this issue Apr 1, 2021 · 0 comments

Comments

@Demonsthere
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

When working on #235 with @m1pl we encountered the following:

apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition

The apiVersion for CRDs has been updated, and we need to update somewhere in the future to avoid deprecation.

Describe the solution you'd like

An update to all CRD, so they will be compliant with the changes introduced to the CRD kind

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've
considered.

Additional context

A very similar situation can be found here

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

No branches or pull requests

1 participant