Browse Source

Fixed syntax error in _bgp_config dict (#12394)

Co-authored-by: mathgaming <mathgaming@outlook.com>
pull/12404/head
k8s-infra-cherrypick-robot 2 months ago
committed by GitHub
parent
commit
a59585b6dc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/calico/tasks/install.yml

2
roles/network_plugin/calico/tasks/install.yml

@ -353,7 +353,7 @@
{% if not calico_no_global_as_num | default(false) %}"asNumber": {{ global_as_num }},{% endif %}
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled | default('true') }} ,
{% if calico_advertise_cluster_ips | default(false) %}
"serviceClusterIPs": >-
"serviceClusterIPs":
{%- if ipv4_stack and ipv6_stack-%}
[{"cidr": "{{ kube_service_addresses }}", "cidr": "{{ kube_service_addresses_ipv6 }}"}],
{%- elif ipv6_stack-%}

Loading…
Cancel
Save