File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,8 @@ CSRs requesting serving certificates for any IP or domain name.
329
329
During cluster creation, kubeadm signs the certificate in the `admin.conf` to have
330
330
`Subject : O = system:masters, CN = kubernetes-admin`.
331
331
[`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/)).
333
334
Sharing the `admin.conf` with additional users is **not recommended**!
334
335
335
336
Instead, you can use the [`kubeadm kubeconfig user`](/docs/reference/setup-tools/kubeadm/kubeadm-kubeconfig)
You can’t perform that action at this time.
0 commit comments