microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
https://microcks.io
Apache License 2.0
26 stars 6 forks source link

Upgrade apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1 for CRD #50

Closed lbroudoux closed 3 years ago

lbroudoux commented 3 years ago

Kubernetes has been deprecating apiextensions.k8s.io/v1beta1 API, which will be removed and are no longer available in 1.22. For our operator to support 1.22 and other, we have to move the CRD definition to apiextensions.k8s.io/v1beta.

lbroudoux commented 3 years ago

See microcks/microcks#479 for full explanations