Skip to content

Commit 355f158

Browse files
Tim Bannistertengqm
andcommitted
Link from kubeadm mention of RBAC to authz docs
Co-authored-by: Qiming Teng <[email protected]>
1 parent 3efa672 commit 355f158

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
@@ -326,7 +326,8 @@ CSRs requesting serving certificates for any IP or domain name.
326326
During cluster creation, kubeadm signs the certificate in the `admin.conf` to have
327327
`Subject: O = system:masters, CN = kubernetes-admin`.
328328
[`system:masters`](/docs/reference/access-authn-authz/rbac/#user-facing-roles)
329-
is a break-glass, super user group that bypasses the authorization layer (e.g. RBAC).
329+
is a break-glass, super user group that bypasses the authorization layer (for example,
330+
[RBAC](/docs/reference/access-authn-authz/authorization/rbac/)).
330331
Sharing the `admin.conf` with additional users is **not recommended**!
331332

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

0 commit comments

Comments
 (0)