mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 12:18:52 +03:00
Update Calico to 2.4.1 release.
- Switched Calico images to be pulled from quay.io - Updated Canal too
This commit is contained in:
@@ -4,6 +4,11 @@ ETCD_CERT_FILE="{{ calico_cert_dir }}/cert.crt"
|
||||
ETCD_KEY_FILE="{{ calico_cert_dir }}/key.pem"
|
||||
CALICO_IP="{{ip | default(ansible_default_ipv4.address) }}"
|
||||
CALICO_IP6=""
|
||||
{% if calico_network_backend is defined and calico_network_backend == 'none' %}
|
||||
CLUSTER_TYPE="kubespray"
|
||||
{% else %}
|
||||
CLUSTER_TYPE="kubespray,bgp"
|
||||
{% endif %}
|
||||
{% if calico_network_backend is defined %}
|
||||
CALICO_NETWORKING_BACKEND="{{calico_network_backend }}"
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user