mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-02 01:58:12 -03:30
change authorization_modes default value
This commit is contained in:
@@ -69,7 +69,7 @@ following default cluster paramters:
|
||||
Kubernetes
|
||||
* *authorization_modes* - A list of [authorization mode](
|
||||
https://kubernetes.io/docs/admin/authorization/#using-flags-for-your-authorization-module)
|
||||
that the cluster should be configured for. Defaults to `['AlwaysAllow']`.
|
||||
that the cluster should be configured for. Defaults to `[]` (i.e. no authorization).
|
||||
Note: Only `AlwaysAllow`, `AlwaysDeny` and `RBAC` are tested.
|
||||
|
||||
Note, if cloud providers have any use of the ``10.233.0.0/16``, like instances'
|
||||
|
||||
Reference in New Issue
Block a user