Skip to content

Commit a80328f

Browse files
authored
Merge pull request #29295 from mfilocha/fix/rbac-links
Fix links in RBAC default bindings table
2 parents 2bc25c1 + 647e9d6 commit a80328f

File tree

1 file changed

+3
-2
lines changed
  • content/en/docs/reference/access-authn-authz

1 file changed

+3
-2
lines changed

content/en/docs/reference/access-authn-authz/rbac.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,12 +683,13 @@ When used in a <b>RoleBinding</b>, it gives full control over every resource in
683683
<td><b>admin</b></td>
684684
<td>None</td>
685685
<td>Allows admin access, intended to be granted within a namespace using a <b>RoleBinding</b>.
686+
686687
If used in a <b>RoleBinding</b>, allows read/write access to most resources in a namespace,
687688
including the ability to create roles and role bindings within the namespace.
688689
This role does not allow write access to resource quota or to the namespace itself.
689690
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>
692693
</tr>
693694
<tr>
694695
<td><b>edit</b></td>

0 commit comments

Comments
 (0)