diff --git a/content/en/docs/reference/access-authn-authz/rbac.md b/content/en/docs/reference/access-authn-authz/rbac.md
index 20b1224e59..2be833826c 100644
--- a/content/en/docs/reference/access-authn-authz/rbac.md
+++ b/content/en/docs/reference/access-authn-authz/rbac.md
@@ -606,12 +606,15 @@ either do not manually edit the role, or disable auto-reconciliation.
Kubernetes RBAC API discovery roles
-
+
+
| Default ClusterRole |
Default ClusterRoleBinding |
Description |
+
+
| system:basic-user |
system:authenticated group |
@@ -627,6 +630,7 @@ either do not manually edit the role, or disable auto-reconciliation.
system:authenticated and system:unauthenticated groups |
Allows read-only access to non-sensitive information about the cluster. Introduced in Kubernetes v1.14. |
+
### User-facing roles
@@ -649,12 +653,15 @@ metadata:
```
-
+
+
| Default ClusterRole |
Default ClusterRoleBinding |
Description |
+
+
| cluster-admin |
system:masters group |
@@ -691,17 +698,21 @@ the contents of Secrets enables access to ServiceAccount credentials
in the namespace, which would allow API access as any ServiceAccount
in the namespace (a form of privilege escalation).
+
### Core component roles
-
+
+
| Default ClusterRole |
Default ClusterRoleBinding |
Description |
+
+
| system:kube-scheduler |
system:kube-scheduler user |
@@ -733,17 +744,21 @@ The system:node role only exists for compatibility with Kubernetes clus
system:kube-proxy user |
Allows access to the resources required by the {{< glossary_tooltip term_id="kube-proxy" text="kube-proxy" >}} component. |
+
### Other component roles
-
+
+
| Default ClusterRole |
Default ClusterRoleBinding |
Description |
+
+
| system:auth-delegator |
None |
@@ -786,6 +801,7 @@ This is commonly used by add-on API servers for unified authentication and autho
None |
Allows access to the resources required by most dynamic volume provisioners. |
+
### Roles for built-in controllers {#controller-roles}