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

@@ -157,7 +157,7 @@ peer_with_calico_rr: "{{ 'calico-rr' in groups and groups['calico-rr']|length >
calico_upgrade_enabled: true
# Choose data store type for calico: "etcd" or "kdd" (kubernetes datastore)
calico_datastore: "etcd"
calico_datastore: "kdd"
# Kubernetes internal network for services, unused block of space.
kube_service_addresses: 10.233.0.0/18