Document "Remove access to cluster from anonymous users" (#11068)

See https://github.com/kubernetes-sigs/kubespray/pull/11016
pull/11073/head
Mathieu Parent 2024-04-09 12:34:36 +02:00 committed by GitHub
parent b2cce8d6dc
commit d58343d201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ kube_apiserver_admission_event_rate_limits:
qps: 50
burst: 100
kube_profiling: false
# Remove anonymous access to cluster
remove_anonymous_access: true
## kube-controller-manager
kube_controller_manager_bind_address: 127.0.0.1