You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22 the CRD
apiextensions.k8s.io/v1beta1
is deprecated and onlyapiextensions.k8s.io/v1
is supported going forward.also some of the fields need to be updated:
the deprecation guide also provides the alternative fields to use
The text was updated successfully, but these errors were encountered: