2016-11-03 15:57:11 +00:00
|
|
|
# The interface used by canal for host <-> host communication.
|
|
|
|
# If left blank, then the interface is chosing using the node's
|
|
|
|
# default route.
|
|
|
|
canal_iface: ""
|
|
|
|
|
|
|
|
# Whether or not to masquerade traffic to destinations not within
|
|
|
|
# the pod network.
|
|
|
|
canal_masquerade: "true"
|
|
|
|
|
|
|
|
# Log-level
|
|
|
|
canal_log_level: "info"
|
2016-11-14 12:03:54 +00:00
|
|
|
|
|
|
|
# Etcd SSL dirs
|
|
|
|
canal_cert_dir: /etc/canal/certs
|
|
|
|
etcd_cert_dir: /etc/ssl/etcd/ssl
|
2016-12-23 14:44:44 +00:00
|
|
|
|
|
|
|
# Limits for apps
|
|
|
|
calico_node_memory_limit: 500M
|
|
|
|
calico_node_cpu_limit: 200m
|
|
|
|
calico_node_memory_requests: 256M
|
|
|
|
calico_node_cpu_requests: 100m
|
|
|
|
flannel_memory_limit: 500M
|
|
|
|
flannel_cpu_limit: 200m
|
|
|
|
flannel_memory_requests: 256M
|
|
|
|
flannel_cpu_requests: 100m
|