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.
|
2016-10-09 01:19:25 +08:00
|
|
|
overwrite_hyperkube_cni: true
|
2016-11-09 18:44:41 +08:00
|
|
|
|
|
|
|
calico_cert_dir: /etc/calico/certs
|
|
|
|
etcd_cert_dir: /etc/ssl/etcd/ssl
|
2016-11-14 15:48:28 +08:00
|
|
|
|
2016-12-09 00:48:54 +08:00
|
|
|
# Global as_num (/calico/bgp/v1/global/as_num)
|
|
|
|
global_as_num: "64512"
|
|
|
|
|
2016-11-14 15:48:28 +08: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
|
2016-12-23 22:44:44 +08:00
|
|
|
|
|
|
|
# Limits for apps
|
|
|
|
calico_node_memory_limit: 500M
|
|
|
|
calico_node_cpu_limit: 300m
|
2017-02-28 00:53:43 +08:00
|
|
|
calico_node_memory_requests: 64M
|
2016-12-23 22:44:44 +08:00
|
|
|
calico_node_cpu_requests: 150m
|
|
|
|
calicoctl_memory_limit: 170M
|
|
|
|
calicoctl_cpu_limit: 100m
|
2017-02-28 00:53:43 +08:00
|
|
|
calicoctl_memory_requests: 32M
|
2016-12-23 22:44:44 +08:00
|
|
|
calicoctl_cpu_requests: 50m
|