Merge pull request #26094 from edwardrosen/patch-2

Adding a line break in a list to resolve a run-on sentence (rbac.md)
pull/26097/head
Kubernetes Prow Robot 2021-01-14 11:16:55 -08:00 committed by GitHub
commit 3deb4e28c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ Because ClusterRoles are cluster-scoped, you can also use them to grant access t
* cluster-scoped resources (like {{< glossary_tooltip text="nodes" term_id="node" >}})
* non-resource endpoints (like `/healthz`)
* namespaced resources (like Pods), across all namespaces
For example: you can use a ClusterRole to allow a particular user to run
`kubectl get pods --all-namespaces`