2016-01-23 18:27:06 +00:00
|
|
|
---
|
2016-01-26 20:41:42 +00:00
|
|
|
# Flannel public IP
|
|
|
|
# The address that flannel should advertise as how to access the system
|
2017-08-25 07:07:50 +00:00
|
|
|
# Disabled until https://github.com/coreos/flannel/issues/712 is fixed
|
2019-03-05 11:04:39 +00:00
|
|
|
# flannel_public_ip: "{{ access_ip|default(ip|default(fallback_ips[inventory_hostname])) }}"
|
2016-01-23 18:27:06 +00:00
|
|
|
|
|
|
|
## interface that should be used for flannel operations
|
2018-03-16 18:44:36 +00:00
|
|
|
## This is actually an inventory cluster-level item
|
2016-01-23 18:27:06 +00:00
|
|
|
# flannel_interface:
|
2016-03-04 10:25:01 +00:00
|
|
|
|
2018-03-16 18:44:36 +00:00
|
|
|
## Select interface that should be used for flannel operations by regexp on Name or IP
|
|
|
|
## This is actually an inventory cluster-level item
|
|
|
|
## example: select interface with ip from net 10.0.0.0/23
|
|
|
|
## single quote and escape backslashes
|
|
|
|
# flannel_interface_regexp: '10\\.0\\.[0-2]\\.\\d{1,3}'
|
|
|
|
|
2016-03-04 10:25:01 +00:00
|
|
|
# You can choose what type of flannel backend to use
|
|
|
|
# please refer to flannel's docs : https://github.com/coreos/flannel/blob/master/README.md
|
|
|
|
flannel_backend_type: "vxlan"
|
2020-04-15 10:14:02 +00:00
|
|
|
flannel_vxlan_vni: 1
|
|
|
|
flannel_vxlan_port: 8472
|
2016-12-23 14:44:44 +00:00
|
|
|
|
|
|
|
# Limits for apps
|
|
|
|
flannel_memory_limit: 500M
|
|
|
|
flannel_cpu_limit: 300m
|
2017-02-27 16:53:43 +00:00
|
|
|
flannel_memory_requests: 64M
|
2016-12-23 14:44:44 +00:00
|
|
|
flannel_cpu_requests: 150m
|