bloomberg / goldpinger

Debugging tool for Kubernetes which tests and displays connectivity between nodes in the cluster.
Apache License 2.0
2.53k stars 180 forks source link

Remove deprecated rbac.authorization.k8s.io/v1beta1 #129

Closed wedaly closed 1 year ago

wedaly commented 1 year ago

Describe your changes This commit updates the README and examples to use rbac.authorization.k8s.io/v1, which has been available since K8s 1.8 rbac.authorization.k8s.io/v1beta1 was deprecated in K8s 1.17 and removed in K8s 1.22.

Testing performed Used kubectl apply with the updated manifests from the README in a K8s cluster running 1.23.

Additional context Deprecation notice: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#rbac-resources-v122