set calico_datastore default value in role kubespray-default (#5259)

This commit is contained in:
Sergey
2019-10-17 15:58:38 +03:00
committed by Kubernetes Prow Robot
parent 3118437e10
commit 81d57fe658
3 changed files with 5 additions and 4 deletions

View File

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