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
I tried to run openebs on a Kubernetes 1.22 cluster (upcoming release, tried with v1.22.0-rc.0) and it's currently not possible to deploy the CRDs, which leads most of the subsequent things to fail.
Kubernetes 1.22 dropped the support for apiextensions.k8s.io/v1beta1 which is currently used.
I figure that, in order to work on Kubernetes 1.22, the CRD need to migrate to apiextensions.k8s.io/v1
Cheers
Felix
The text was updated successfully, but these errors were encountered:
unixlab
changed the title
Migrate CRDs to apiextensions.k8s.io/v1beta1
Migrate CRDs to apiextensions.k8s.io/v1
Jul 21, 2021
Hi!
I tried to run openebs on a Kubernetes 1.22 cluster (upcoming release, tried with v1.22.0-rc.0) and it's currently not possible to deploy the CRDs, which leads most of the subsequent things to fail.
Kubernetes 1.22 dropped the support for
apiextensions.k8s.io/v1beta1
which is currently used.I figure that, in order to work on Kubernetes 1.22, the CRD need to migrate to
apiextensions.k8s.io/v1
Cheers
Felix
The text was updated successfully, but these errors were encountered: