Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

update CRD #59

Open
ekovacs opened this issue Jul 15, 2024 · 0 comments
Open

update CRD #59

ekovacs opened this issue Jul 15, 2024 · 0 comments

Comments

@ekovacs
Copy link

ekovacs commented Jul 15, 2024

in https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22 the CRD apiextensions.k8s.io/v1beta1 is deprecated and only apiextensions.k8s.io/v1 is supported going forward.

also some of the fields need to be updated:

CustomResourceDefinition in version "v1" cannot be handled as a CustomResourceDefinition: strict decoding error: 
unknown field "spec.additionalPrinterColumns", 
unknown field "spec.subresources", 
unknown field "spec.version"

the deprecation guide also provides the alternative fields to use

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

No branches or pull requests

1 participant