diff --git a/content/en/docs/reference/access-authn-authz/rbac.md b/content/en/docs/reference/access-authn-authz/rbac.md index bf7e754d7c..a954b5c513 100644 --- a/content/en/docs/reference/access-authn-authz/rbac.md +++ b/content/en/docs/reference/access-authn-authz/rbac.md @@ -683,12 +683,13 @@ When used in a RoleBinding, it gives full control over every resource in admin None Allows admin access, intended to be granted within a namespace using a RoleBinding. + If used in a RoleBinding, allows read/write access to most resources in a namespace, including the ability to create roles and role bindings within the namespace. This role does not allow write access to resource quota or to the namespace itself. This role also does not allow write access to Endpoints in clusters created -using Kubernetes v1.22+. More information is available in the ["Write Access for -Endpoints" section](#write-access-for-endpoints). +using Kubernetes v1.22+. More information is available in the +["Write Access for Endpoints" section](#write-access-for-endpoints). edit