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.

53 lines
1.8 KiB

  1. ---
  2. # Log-level
  3. cilium_debug: false
  4. cilium_mtu: ""
  5. cilium_enable_ipv4: true
  6. cilium_enable_ipv6: false
  7. # Etcd SSL dirs
  8. cilium_cert_dir: /etc/cilium/certs
  9. kube_etcd_cacert_file: ca.pem
  10. kube_etcd_cert_file: node-{{ inventory_hostname }}.pem
  11. kube_etcd_key_file: node-{{ inventory_hostname }}-key.pem
  12. # Limits for apps
  13. cilium_memory_limit: 500M
  14. cilium_cpu_limit: 500m
  15. cilium_memory_requests: 64M
  16. cilium_cpu_requests: 100m
  17. # Overlay Network Mode
  18. cilium_tunnel_mode: vxlan
  19. # Optional features
  20. cilium_enable_prometheus: false
  21. cilium_enable_hubble_metrics: false
  22. cilium_enable_hubble: false
  23. cilium_hubble_metrics: ""
  24. # Enable if you want to make use of hostPort mappings
  25. cilium_enable_portmap: false
  26. # Monitor aggregation level (none/low/medium/maximum)
  27. cilium_monitor_aggregation: medium
  28. # Kube Proxy Replacement mode (strict/probe/partial)
  29. cilium_kube_proxy_replacement: probe
  30. # If upgrading from Cilium < 1.5, you may want to override some of these options
  31. # to prevent service disruptions. See also:
  32. # http://docs.cilium.io/en/stable/install/upgrade/#changes-that-may-require-action
  33. cilium_preallocate_bpf_maps: false
  34. cilium_tofqdns_enable_poller: false
  35. cilium_enable_legacy_services: false
  36. # Deploy cilium even if kube_network_plugin is not cilium.
  37. # This enables to deploy cilium alongside another CNI to replace kube-proxy.
  38. cilium_deploy_additionally: false
  39. # Auto direct nodes routes can be used to advertise pods routes in your cluster
  40. # without any tunelling (with `cilium_tunnel_mode` sets to `disabled`).
  41. # This works only if you have a L2 connectivity between all your nodes.
  42. # You wil also have to specify the variable `cilium_native_routing_cidr` to
  43. # make this work. Please refer to the cilium documentation for more
  44. # information about this kind of setups.
  45. cilium_auto_direct_node_routes: false
  46. cilium_native_routing_cidr: ""