Update rbac.md
This commit is contained in:
@@ -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" >}})
|
* cluster-scoped resources (like {{< glossary_tooltip text="nodes" term_id="node" >}})
|
||||||
* non-resource endpoints (like `/healthz`)
|
* non-resource endpoints (like `/healthz`)
|
||||||
* namespaced resources (like Pods), across all namespaces
|
* namespaced resources (like Pods), across all namespaces
|
||||||
|
|
||||||
For example: you can use a ClusterRole to allow a particular user to run
|
For example: you can use a ClusterRole to allow a particular user to run
|
||||||
`kubectl get pods --all-namespaces`
|
`kubectl get pods --all-namespaces`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user