File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -683,12 +683,13 @@ When used in a <b>RoleBinding</b>, it gives full control over every resource in
683
683
<td><b>admin</b></td>
684
684
<td>None</td>
685
685
<td>Allows admin access, intended to be granted within a namespace using a <b>RoleBinding</b>.
686
+
686
687
If used in a <b>RoleBinding</b>, allows read/write access to most resources in a namespace,
687
688
including the ability to create roles and role bindings within the namespace.
688
689
This role does not allow write access to resource quota or to the namespace itself.
689
690
This role also does not allow write access to Endpoints in clusters created
690
- using Kubernetes v1.22+. More information is available in the ["Write Access for
691
- Endpoints" section](#write-access-for-endpoints).</td>
691
+ using Kubernetes v1.22+. More information is available in the
692
+ ["Write Access for Endpoints" section](#write-access-for-endpoints).</td>
692
693
</tr>
693
694
<tr>
694
695
<td><b>edit</b></td>
You can’t perform that action at this time.
0 commit comments