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