Skip to content
Snippets Groups Projects
Unverified Commit 52f86873 authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #1977 from mattymo/initializers

Disable initializers feature gate if istio is not used
parents 43600ffc a67349b0
Branches
Tags
No related merge requests found
...@@ -167,7 +167,7 @@ rbac_enabled: "{{ 'RBAC' in authorization_modes or kubeadm_enabled }}" ...@@ -167,7 +167,7 @@ rbac_enabled: "{{ 'RBAC' in authorization_modes or kubeadm_enabled }}"
## List of key=value pairs that describe feature gates for ## List of key=value pairs that describe feature gates for
## the k8s cluster. ## the k8s cluster.
kube_feature_gates: ['Initializers=true', 'PersistentLocalVolumes={{ local_volumes_enabled|string }}'] kube_feature_gates: ['Initializers={{ istio_enabled|string }}', 'PersistentLocalVolumes={{ local_volumes_enabled|string }}']
# Vault data dirs. # Vault data dirs.
vault_base_dir: /etc/vault vault_base_dir: /etc/vault
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment