m3db / m3db-operator

Kubernetes operator for M3DB
https://m3db.io/docs/operator/
Apache License 2.0
138 stars 39 forks source link

Updating API to use k8s v1.23 compatible api groups #302

Closed jgrancell closed 3 years ago

jgrancell commented 3 years ago

This updates the API group for the ClusterRole and ClusterRoleBinding from v1beta1 to v1, which was promoted in Kubernetes v1.8. v1beta1 was deprecated in Kubernetes v1.17, and is now removed with Kubernetes v1.23, which is currently pending release.

Fixes #298

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

wesleyk commented 3 years ago

Thank you!

wesleyk commented 3 years ago

ah @jgrancell you'll need to run a make helm-bundle and commit the result

jgrancell commented 3 years ago

ah @jgrancell you'll need to run a make helm-bundle and commit the result

done