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 @@ -326,7 +326,8 @@ CSRs requesting serving certificates for any IP or domain name.
326
326
During cluster creation, kubeadm signs the certificate in the `admin.conf` to have
327
327
`Subject : O = system:masters, CN = kubernetes-admin`.
328
328
[`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/)).
330
331
Sharing the `admin.conf` with additional users is **not recommended**!
331
332
332
333
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