File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ Because ClusterRoles are cluster-scoped, you can also use them to grant access t
86
86
* cluster-scoped resources (like {{< glossary_tooltip text="nodes" term_id="node" >}})
87
87
* non-resource endpoints (like ` /healthz`)
88
88
* namespaced resources (like Pods), across all namespaces
89
- For example : you can use a ClusterRole to allow a particular user to run
90
- ` kubectl get pods --all-namespaces` .
89
+ (for example : you can use a ClusterRole to allow a particular user to run
90
+ ` kubectl get pods --all-namespaces` )
91
91
92
92
Here is an example of a ClusterRole that can be used to grant read access to
93
93
{{< glossary_tooltip text="secrets" term_id="secret" >}} in any particular namespace,
You can’t perform that action at this time.
0 commit comments