We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cb5da commit 2740dbcCopy full SHA for 2740dbc
roles/network_plugin/calico/tasks/install.yml
@@ -353,7 +353,7 @@
353
{% if not calico_no_global_as_num | default(false) %}"asNumber": {{ global_as_num }},{% endif %}
354
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled | default('true') }} ,
355
{% if calico_advertise_cluster_ips | default(false) %}
356
- "serviceClusterIPs": >-
+ "serviceClusterIPs":
357
{%- if ipv4_stack and ipv6_stack-%}
358
[{"cidr": "{{ kube_service_addresses }}", "cidr": "{{ kube_service_addresses_ipv6 }}"}],
359
{%- elif ipv6_stack-%}
0 commit comments