2016-01-30 23:04:47 +08:00
|
|
|
---
|
2016-02-21 19:42:23 +08:00
|
|
|
# Enables Internet connectivity from containers
|
|
|
|
nat_outgoing: true
|
2016-03-24 00:27:06 +08:00
|
|
|
|
2016-07-21 19:05:40 +08:00
|
|
|
# Use IP-over-IP encapsulation across hosts
|
|
|
|
ipip: false
|
|
|
|
|
2016-09-22 23:34:11 +08:00
|
|
|
# Set to true if you want your calico cni binaries to overwrite the
|
|
|
|
# ones from hyperkube while leaving other cni plugins intact.
|
|
|
|
overwrite_hyperkube_cni: false
|