m-lab / etl-gardener

Gardener provides services for maintaining and reprocessing mlab data.
Apache License 2.0
13 stars 5 forks source link

Upgrade GKE clusters to v1.22 and v1beta1 resources to v1 #379

Open stephen-soltesz opened 2 years ago

stephen-soltesz commented 2 years ago

GKE is reporting that v1beta1 is deprecated and clusters with these resources are blocked from upgrading automatically b/c there could be breakages.

/apis/rbac.authorization.k8s.io/v1beta1/roles
/apis/storage.k8s.io/v1beta1/storageclasses
/apis/rbac.authorization.k8s.io/v1beta1/clusterroles
/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings
stephen-soltesz commented 2 years ago

Find any resource still using v1beta1

kubectl get --all-namespaces all -oyaml | less