calico: default to using kdd datastore (#6693)

If already deployed, get current datastore from CNI config file
This commit is contained in:
Hans Feldt
2020-09-23 17:38:09 +02:00
committed by GitHub
parent 2eae207435
commit 6141b98bf8
8 changed files with 37 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ cloud_image: opensuse-leap-15
mode: default
# Kubespray settings
calico_datastore: etcd
kube_network_plugin: canal
deploy_netchecker: true
dns_min_replicas: 1

View File

@@ -4,6 +4,7 @@ cloud_image: oracle-7
mode: ha
# Kubespray settings
calico_datastore: etcd
kube_network_plugin: canal
dynamic_kubelet_configuration: true
deploy_netchecker: true

View File

@@ -4,6 +4,7 @@ cloud_image: ubuntu-1604
mode: ha
# Kubespray settings
calico_datastore: etcd
kube_network_plugin: canal
dynamic_kubelet_configuration: true
deploy_netchecker: true

View File

@@ -4,6 +4,7 @@ cloud_image: ubuntu-1604
mode: separate
# Kubespray settings
calico_datastore: etcd
kube_network_plugin: canal
deploy_netchecker: true
dns_min_replicas: 1