Allow calico ipPool to be created with mode "cross-subnet"

This commit is contained in:
Kevin Jing Qiu
2017-07-04 19:05:16 -04:00
parent 6e7323e3e8
commit a742d10c54
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ nat_outgoing: true
# Use IP-over-IP encapsulation across hosts
ipip: false
ipip_mode: always # change to "cross-subnet" if you only want ipip encapsulation on traffic going across subnets
# Set to true if you want your calico cni binaries to overwrite the
# ones from hyperkube while leaving other cni plugins intact.