mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 18:20:02 -03:30
calico: default to using kdd datastore (#6693)
If already deployed, get current datastore from CNI config file
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user