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.

58 lines
2.2 KiB

  1. # see roles/network_plugin/weave/defaults/main.yml
  2. # Weave's network password for encryption, if null then no network encryption.
  3. # weave_password: ~
  4. # If set to 1, disable checking for new Weave Net versions (default is blank,
  5. # i.e. check is enabled)
  6. # weave_checkpoint_disable: false
  7. # Soft limit on the number of connections between peers. Defaults to 100.
  8. # weave_conn_limit: 100
  9. # Weave Net defaults to enabling hairpin on the bridge side of the veth pair
  10. # for containers attached. If you need to disable hairpin, e.g. your kernel is
  11. # one of those that can panic if hairpin is enabled, then you can disable it by
  12. # setting `HAIRPIN_MODE=false`.
  13. # weave_hairpin_mode: true
  14. # The range of IP addresses used by Weave Net and the subnet they are placed in
  15. # (CIDR format; default 10.32.0.0/12)
  16. # weave_ipalloc_range: "{{ kube_pods_subnet }}"
  17. # Set to 0 to disable Network Policy Controller (default is on)
  18. # weave_expect_npc: "{{ enable_network_policy }}"
  19. # List of addresses of peers in the Kubernetes cluster (default is to fetch the
  20. # list from the api-server)
  21. # weave_kube_peers: ~
  22. # Set the initialization mode of the IP Address Manager (defaults to consensus
  23. # amongst the KUBE_PEERS)
  24. # weave_ipalloc_init: ~
  25. # Set the IP address used as a gateway from the Weave network to the host
  26. # network - this is useful if you are configuring the addon as a static pod.
  27. # weave_expose_ip: ~
  28. # Address and port that the Weave Net daemon will serve Prometheus-style
  29. # metrics on (defaults to 0.0.0.0:6782)
  30. # weave_metrics_addr: ~
  31. # Address and port that the Weave Net daemon will serve status requests on
  32. # (defaults to disabled)
  33. # weave_status_addr: ~
  34. # Weave Net defaults to 1376 bytes, but you can set a smaller size if your
  35. # underlying network has a tighter limit, or set a larger size for better
  36. # performance if your network supports jumbo frames (e.g. 8916)
  37. # weave_mtu: 1376
  38. # Set to 1 to preserve the client source IP address when accessing Service
  39. # annotated with `service.spec.externalTrafficPolicy=Local`. The feature works
  40. # only with Weave IPAM (default).
  41. # weave_no_masq_local: true
  42. # Extra variables that passing to launch.sh, useful for enabling seed mode, see
  43. # https://www.weave.works/docs/net/latest/tasks/ipam/ipam/
  44. # weave_extra_args: ~