Merge pull request #26224 from Arhell/upd

[zh] update rbac.md
pull/26226/head
Kubernetes Prow Robot 2021-01-24 04:52:53 -08:00 committed by GitHub
commit 00b8a6fb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ Because they are cluster-scoped, you can also use them to grant access to:
* 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`.
`kubectl get pods -all-namespaces`
-->
### ClusterRole 示例