Skip to content

Commit 21de519

Browse files
authored
Merge pull request #42764 from sftim/20230828_link_kubeadm_certs_rbac
Link from kubeadm mention of RBAC to authz docs
2 parents 82e08fe + 355f158 commit 21de519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ CSRs requesting serving certificates for any IP or domain name.
329329
During cluster creation, kubeadm signs the certificate in the `admin.conf` to have
330330
`Subject: O = system:masters, CN = kubernetes-admin`.
331331
[`system:masters`](/docs/reference/access-authn-authz/rbac/#user-facing-roles)
332-
is a break-glass, super user group that bypasses the authorization layer (e.g. RBAC).
332+
is a break-glass, super user group that bypasses the authorization layer (for example,
333+
[RBAC](/docs/reference/access-authn-authz/authorization/rbac/)).
333334
Sharing the `admin.conf` with additional users is **not recommended**!
334335

335336
Instead, you can use the [`kubeadm kubeconfig user`](/docs/reference/setup-tools/kubeadm/kubeadm-kubeconfig)

0 commit comments

Comments
 (0)