mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-03 01:38:59 -03:30
Fix ipip: false in calico v3 (#4473)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e865c50574
commit
353afa7cb0
@@ -8,7 +8,7 @@ calico_ipv4pool_ipip: "Off"
|
|||||||
|
|
||||||
# Use IP-over-IP encapsulation across hosts
|
# Use IP-over-IP encapsulation across hosts
|
||||||
ipip: true
|
ipip: true
|
||||||
ipip_mode: Always # change to "CrossSubnet" if you only want ipip encapsulation on traffic going across subnets
|
ipip_mode: "{{ 'Always' if ipip else 'Never' }}" # change to "CrossSubnet" if you only want ipip encapsulation on traffic going across subnets
|
||||||
|
|
||||||
calico_cert_dir: /etc/calico/certs
|
calico_cert_dir: /etc/calico/certs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user