2017-08-24 09:09:52 +00:00
|
|
|
---
|
2016-11-03 15:57:11 +00:00
|
|
|
# The interface used by canal for host <-> host communication.
|
2019-09-26 06:27:08 +00:00
|
|
|
# If left blank, then the interface is choosing using the node's
|
2016-11-03 15:57:11 +00:00
|
|
|
# default route.
|
|
|
|
canal_iface: ""
|
|
|
|
|
|
|
|
# Whether or not to masquerade traffic to destinations not within
|
|
|
|
# the pod network.
|
|
|
|
canal_masquerade: "true"
|
|
|
|
|
2016-11-14 12:03:54 +00:00
|
|
|
# Etcd SSL dirs
|
|
|
|
canal_cert_dir: /etc/canal/certs
|
2016-12-23 14:44:44 +00:00
|
|
|
|
2017-01-04 22:51:11 +00:00
|
|
|
# Canal Network Policy directory
|
|
|
|
canal_policy_dir: /etc/kubernetes/policy
|
|
|
|
|
2016-12-23 14:44:44 +00:00
|
|
|
# Limits for apps
|
|
|
|
calico_node_memory_limit: 500M
|
|
|
|
calico_node_cpu_limit: 200m
|
2017-02-27 16:53:43 +00:00
|
|
|
calico_node_memory_requests: 64M
|
2017-03-23 09:11:30 +00:00
|
|
|
calico_node_cpu_requests: 50m
|
2016-12-23 14:44:44 +00:00
|
|
|
flannel_memory_limit: 500M
|
|
|
|
flannel_cpu_limit: 200m
|
2017-02-27 16:53:43 +00:00
|
|
|
flannel_memory_requests: 64M
|
2017-03-23 09:11:30 +00:00
|
|
|
flannel_cpu_requests: 50m
|
2019-04-19 13:01:54 +00:00
|
|
|
|
|
|
|
# etcd cert filenames
|
|
|
|
kube_etcd_cacert_file: ca.pem
|
|
|
|
kube_etcd_cert_file: node-{{ inventory_hostname }}.pem
|
|
|
|
kube_etcd_key_file: node-{{ inventory_hostname }}-key.pem
|