cronjobber
cronjobber copied to clipboard
update CRD
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