2018-09-18 11:29:53 +00:00
|
|
|
# see roles/network_plugin/calico/defaults/main.yml
|
|
|
|
|
2018-09-18 18:30:49 +00:00
|
|
|
## With calico it is possible to distributed routes with border routers of the datacenter.
|
|
|
|
## Warning : enabling router peering will disable calico's default behavior ('node mesh').
|
|
|
|
## The subnets of each nodes will be distributed by the datacenter router
|
2019-04-01 09:38:33 +00:00
|
|
|
# peer_with_router: false
|
2018-09-18 18:30:49 +00:00
|
|
|
|
2018-09-18 11:29:53 +00:00
|
|
|
# Enables Internet connectivity from containers
|
|
|
|
# nat_outgoing: true
|
|
|
|
|
|
|
|
# add default ippool name
|
|
|
|
# calico_pool_name: "default-pool"
|
|
|
|
|
2019-01-31 21:39:13 +00:00
|
|
|
# add default ippool CIDR (must be inside kube_pods_subnet, defaults to kube_pods_subnet otherwise)
|
|
|
|
# calico_pool_cidr: 1.2.3.4/5
|
|
|
|
|
2018-09-18 11:29:53 +00:00
|
|
|
# Global as_num (/calico/bgp/v1/global/as_num)
|
|
|
|
# global_as_num: "64512"
|
|
|
|
|
|
|
|
# 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
|
2019-01-28 19:03:49 +00:00
|
|
|
|
|
|
|
# Advertise Cluster IPs
|
|
|
|
# calico_advertise_cluster_ips: true
|