Add feature_gates var for customizing Kubernetes feature gates (#1520)

This commit is contained in:
Hassan Zamani
2017-08-25 00:48:38 +04:30
committed by Matthew Mosesohn
parent 71dca67ca2
commit 01ce09f343
6 changed files with 16 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ following default cluster paramters:
OpenStack (default is unset)
* *kube_hostpath_dynamic_provisioner* - Required for use of PetSets type in
Kubernetes
* *kube_feature_gates* - A list of key=value pairs that describe feature gates for
alpha/experimental Kubernetes features. (defaults is `[]`)
* *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 `[]` (i.e. no authorization).