ucloud / redis-operator

Redis operator build a Highly Available Redis cluster with Sentinel atop Kubernetes
Apache License 2.0
215 stars 66 forks source link

CRD is not supported in Kubernetes v1.22.x #35

Open youvegotmoxie opened 3 years ago

youvegotmoxie commented 3 years ago

k8s version 1.22 removes the apiregistration.k8s.io/v1beta1 apiVersion which the CRD for the operator relies on. Are there plans to release an updated CRD to work with this version of Kubernetes?

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122

hox commented 2 years ago

Running into the same issue, any update on this?