-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
area/documentationIssue related to documentationIssue related to documentation
Description
Description
In the external access documentation, creating the ClusterRoleBinding does not work because of the API version:
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
With Kubernetes 1.22+, the version should be v1 (at lease it worked for me).
Importance
Should have.
Location
Documentation.
Suggestions for an improvement
Fix the documentation.
Metadata
Metadata
Labels
area/documentationIssue related to documentationIssue related to documentation