mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
set calico_datastore default value in role kubespray-default (#5259)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
3118437e10
commit
81d57fe658
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user