2016-01-30 15:04:47 +00:00
|
|
|
---
|
2016-02-21 11:42:23 +00:00
|
|
|
# Enables Internet connectivity from containers
|
|
|
|
nat_outgoing: true
|
2016-03-23 16:27:06 +00:00
|
|
|
|
2016-07-21 11:05:40 +00:00
|
|
|
# Use IP-over-IP encapsulation across hosts
|
|
|
|
ipip: false
|
|
|
|
|
2016-09-22 15:34:11 +00:00
|
|
|
# Set to true if you want your calico cni binaries to overwrite the
|
|
|
|
# ones from hyperkube while leaving other cni plugins intact.
|
2016-10-08 17:19:25 +00:00
|
|
|
overwrite_hyperkube_cni: true
|
2016-11-09 10:44:41 +00:00
|
|
|
|
|
|
|
calico_cert_dir: /etc/calico/certs
|
|
|
|
etcd_cert_dir: /etc/ssl/etcd/ssl
|
2016-11-14 07:48:28 +00:00
|
|
|
|
|
|
|
# You can set MTU value here. If left undefined or empty, it will
|
|
|
|
# not be specified in calico CNI config, so Calico will use built-in
|
|
|
|
# defaults. The value should be a number, not a string.
|
|
|
|
# calico_mtu: 1500
|