Calico: update versions 3.20.1, 3.19.3 (#7984)

* make Calico 3.20.1 the default version
* drop Calico 3.17.x support
This commit is contained in:
Cristian Calin
2021-09-21 03:40:23 +03:00
committed by GitHub
parent 6f7911264f
commit fb8662ec19
3 changed files with 11 additions and 15 deletions

View File

@@ -242,7 +242,7 @@
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled|default('true') }} ,
{% if calico_advertise_cluster_ips|default(false) %}
"serviceClusterIPs": [{"cidr": "{{ kube_service_addresses }}" } {{ ',{"cidr":"' + kube_service_addresses_ipv6 + '"}' if enable_dual_stack_networks else '' }}],{% endif %}
{% if calico_version is version('v3.18.0', '>') and calico_advertise_service_loadbalancer_ips|length > 0 %}"serviceLoadBalancerIPs": {{ _service_loadbalancer_ips }},{% endif %}
{% if calico_advertise_service_loadbalancer_ips|length > 0 %}"serviceLoadBalancerIPs": {{ _service_loadbalancer_ips }},{% endif %}
"serviceExternalIPs": {{ _service_external_ips|default([]) }} }}
changed_when: false
when: