You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.1 KiB

  1. # see roles/network_plugin/calico/defaults/main.yml
  2. ## With calico it is possible to distributed routes with border routers of the datacenter.
  3. ## Warning : enabling router peering will disable calico's default behavior ('node mesh').
  4. ## The subnets of each nodes will be distributed by the datacenter router
  5. # peer_with_router: false
  6. # Enables Internet connectivity from containers
  7. # nat_outgoing: true
  8. # add default ippool name
  9. # calico_pool_name: "default-pool"
  10. # add default ippool CIDR (must be inside kube_pods_subnet, defaults to kube_pods_subnet otherwise)
  11. # calico_pool_cidr: 1.2.3.4/5
  12. # Global as_num (/calico/bgp/v1/global/as_num)
  13. # global_as_num: "64512"
  14. # You can set MTU value here. If left undefined or empty, it will
  15. # not be specified in calico CNI config, so Calico will use built-in
  16. # defaults. The value should be a number, not a string.
  17. # calico_mtu: 1500
  18. # Advertise Cluster IPs
  19. # calico_advertise_cluster_ips: true
  20. # Choose data store type for calico: "etcd" or "kdd" (kubernetes datastore)
  21. # calico_datastore: "etcd"
  22. # Use typha (only with kdd)
  23. # typha_enabled: false
  24. # Number of typha replicas
  25. # typha_replicas: 1