Fix ipip: false in calico v3 (#4473)
This commit is contained in:
parent
e865c50574
commit
353afa7cb0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ calico_ipv4pool_ipip: "Off"
|
|||
|
||||
# Use IP-over-IP encapsulation across hosts
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue