We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the external access documentation, creating the ClusterRoleBinding does not work because of the API version:
ClusterRoleBinding
kind: ClusterRoleBinding apiVersion: rbac.authorization.k8s.io/v1beta1
With Kubernetes 1.22+, the version should be v1 (at lease it worked for me).
v1
Should have.
Documentation.
Fix the documentation.
The text was updated successfully, but these errors were encountered:
jkhalack
anishakj
No branches or pull requests
Description
In the external access documentation, creating the
ClusterRoleBinding
does not work because of the API version: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.
The text was updated successfully, but these errors were encountered: