mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-21 21:20:15 -03:30
Remove istio support
Use helm install or support in future
This commit is contained in:
@@ -180,7 +180,6 @@ dashboard_enabled: true
|
||||
# Addons which can be enabled
|
||||
efk_enabled: false
|
||||
helm_enabled: false
|
||||
istio_enabled: false
|
||||
registry_enabled: false
|
||||
enable_network_policy: false
|
||||
local_volume_provisioner_enabled: "{{ local_volumes_enabled | default('false') }}"
|
||||
@@ -220,7 +219,6 @@ kubelet_authorization_mode_webhook: false
|
||||
## List of key=value pairs that describe feature gates for
|
||||
## the k8s cluster.
|
||||
kube_feature_gates:
|
||||
- "Initializers={{ istio_enabled | string }}"
|
||||
- "PersistentLocalVolumes={{ local_volume_provisioner_enabled | string }}"
|
||||
- "VolumeScheduling={{ local_volume_provisioner_enabled | string }}"
|
||||
- "MountPropagation={{ local_volume_provisioner_enabled | string }}"
|
||||
|
||||
Reference in New Issue
Block a user