Skip to content

Commit a66d974

Browse files
authored
Improve
1 parent 63c3ee3 commit a66d974

File tree

1 file changed

+3
-3
lines changed
  • content/en/docs/reference/access-authn-authz

1 file changed

+3
-3
lines changed

content/en/docs/reference/access-authn-authz/rbac.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -620,16 +620,16 @@ This allows the cluster to repair accidental modifications, and helps to keep ro
620620
up-to-date as permissions and subjects change in new Kubernetes releases.
621621

622622
To opt out of this reconciliation, set the `rbac.authorization.kubernetes.io/autoupdate`
623-
annotation on a default cluster role or rolebinding to `false`.
623+
annotation on a default cluster role or default cluster role binding to `false`.
624624
Be aware that missing default permissions and subjects can result in non-functional clusters.
625625

626626
Auto-reconciliation is enabled by default if the RBAC authorizer is active.
627627

628628
### API discovery roles {#discovery-roles}
629629

630-
Default role bindings authorize unauthenticated and authenticated users to read API information
630+
Default cluster role bindings authorize unauthenticated and authenticated users to read API information
631631
that is deemed safe to be publicly accessible (including CustomResourceDefinitions).
632-
To disable anonymous unauthenticated access, add `--anonymous-auth=false` to
632+
To disable anonymous unauthenticated access, add `--anonymous-auth=false` flag to
633633
the API server configuration.
634634

635635
To view the configuration of these roles via `kubectl` run:

0 commit comments

Comments
 (0)