Add note about auth modes
This commit is contained in:
parent
41298ccea5
commit
33de4def2f
1 changed files with 4 additions and 1 deletions
|
@ -67,7 +67,10 @@ following default cluster paramters:
|
||||||
OpenStack (default is unset)
|
OpenStack (default is unset)
|
||||||
* *kube_hostpath_dynamic_provisioner* - Required for use of PetSets type in
|
* *kube_hostpath_dynamic_provisioner* - Required for use of PetSets type in
|
||||||
Kubernetes
|
Kubernetes
|
||||||
* *authorization_mode* - A list of authorization modes that the apiserver should be configured.
|
* *authorization_mode* - A list of [authorization modes](
|
||||||
|
https://kubernetes.io/docs/admin/authorization/#using-flags-for-your-authorization-module)
|
||||||
|
that the cluster should be configured for. Defaults to `['AlwaysAllow']`.
|
||||||
|
Note: Only `AlwaysAllow`, `AlwaysDeny` and `RBAC` are tested.
|
||||||
|
|
||||||
Note, if cloud providers have any use of the ``10.233.0.0/16``, like instances'
|
Note, if cloud providers have any use of the ``10.233.0.0/16``, like instances'
|
||||||
private addresses, make sure to pick another values for ``kube_service_addresses``
|
private addresses, make sure to pick another values for ``kube_service_addresses``
|
||||||
|
|
Loading…
Reference in a new issue