mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 02:58:29 +03:00
Fixed syntax error in _bgp_config dict (#12394)
Co-authored-by: mathgaming <mathgaming@outlook.com>
This commit is contained in:
committed by
GitHub
parent
2d0cc2b4ea
commit
a59585b6dc
@@ -353,7 +353,7 @@
|
|||||||
{% if not calico_no_global_as_num | default(false) %}"asNumber": {{ global_as_num }},{% endif %}
|
{% if not calico_no_global_as_num | default(false) %}"asNumber": {{ global_as_num }},{% endif %}
|
||||||
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled | default('true') }} ,
|
"nodeToNodeMeshEnabled": {{ nodeToNodeMeshEnabled | default('true') }} ,
|
||||||
{% if calico_advertise_cluster_ips | default(false) %}
|
{% if calico_advertise_cluster_ips | default(false) %}
|
||||||
"serviceClusterIPs": >-
|
"serviceClusterIPs":
|
||||||
{%- if ipv4_stack and ipv6_stack-%}
|
{%- if ipv4_stack and ipv6_stack-%}
|
||||||
[{"cidr": "{{ kube_service_addresses }}", "cidr": "{{ kube_service_addresses_ipv6 }}"}],
|
[{"cidr": "{{ kube_service_addresses }}", "cidr": "{{ kube_service_addresses_ipv6 }}"}],
|
||||||
{%- elif ipv6_stack-%}
|
{%- elif ipv6_stack-%}
|
||||||
|
|||||||
Reference in New Issue
Block a user