File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/security Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ some general rules that can be applied are :
32
32
ClusterRoleBindings to give users rights only within a specific namespace.
33
33
- Avoid providing wildcard permissions when possible, especially to all resources.
34
34
As Kubernetes is an extensible system, providing wildcard access gives rights
35
- not just to all object types that currently exist in the cluster, but also to all future object types
35
+ not just to all object types that currently exist in the cluster, but also to all object types
36
36
which are created in the future.
37
37
- Administrators should not use ` cluster-admin ` accounts except where specifically needed.
38
38
Providing a low privileged account with
You can’t perform that action at this time.
0 commit comments