mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Add feature_gates var for customizing Kubernetes feature gates (#1520)
This commit is contained in:
committed by
Matthew Mosesohn
parent
71dca67ca2
commit
01ce09f343
@@ -131,3 +131,7 @@ openstack_lbaas_monitor_max_retries: false
|
||||
## 'RBAC' modes are tested.
|
||||
authorization_modes: []
|
||||
rbac_enabled: "{{ 'RBAC' in authorization_modes }}"
|
||||
|
||||
## List of key=value pairs that describe feature gates for
|
||||
## the k8s cluster.
|
||||
kube_feature_gates: []
|
||||
|
||||
Reference in New Issue
Block a user