Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
a67349b0
Commit
a67349b0
authored
7 years ago
by
Matthew Mosesohn
Browse files
Options
Downloads
Patches
Plain Diff
Disable initializers feature gate if istio is not used
parent
f9b68a5d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubespray-defaults/defaults/main.yaml
+1
-1
1 addition, 1 deletion
roles/kubespray-defaults/defaults/main.yaml
with
1 addition
and
1 deletion
roles/kubespray-defaults/defaults/main.yaml
+
1
−
1
View file @
a67349b0
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment