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.

50 lines
1.6 KiB

  1. ---
  2. # Enables Internet connectivity from containers
  3. nat_outgoing: true
  4. # Use IP-over-IP encapsulation across hosts
  5. ipip: true
  6. ipip_mode: always # change to "cross-subnet" if you only want ipip encapsulation on traffic going across subnets
  7. # Set to true if you want your calico cni binaries to overwrite the
  8. # ones from hyperkube while leaving other cni plugins intact.
  9. overwrite_hyperkube_cni: true
  10. calico_cert_dir: /etc/calico/certs
  11. etcd_cert_dir: /etc/ssl/etcd/ssl
  12. # Global as_num (/calico/bgp/v1/global/as_num)
  13. global_as_num: "64512"
  14. # Set to true if you need to configure multiple pools (this is not common)
  15. calico_ignore_extra_pools: false
  16. # You can set MTU value here. If left undefined or empty, it will
  17. # not be specified in calico CNI config, so Calico will use built-in
  18. # defaults. The value should be a number, not a string.
  19. # calico_mtu: 1500
  20. # Limits for apps
  21. calico_node_memory_limit: 500M
  22. calico_node_cpu_limit: 300m
  23. calico_node_memory_requests: 64M
  24. calico_node_cpu_requests: 150m
  25. calicoctl_memory_limit: 170M
  26. calicoctl_cpu_limit: 100m
  27. calicoctl_memory_requests: 32M
  28. calicoctl_cpu_requests: 50m
  29. # Enable Prometheus Metrics endpoint for felix
  30. calico_felix_prometheusmetricsenabled: "false"
  31. calico_felix_prometheusmetricsport: 9091
  32. calico_felix_prometheusgometricsenabled: "true"
  33. calico_felix_prometheusprocessmetricsenabled: "true"
  34. # Should calico ignore kernel's RPF check setting,
  35. # see https://github.com/projectcalico/felix/blob/ab8799eaea66627e5db7717e62fca61fd9c08646/python/calico/felix/config.py#L198
  36. calico_node_ignorelooserpf: false
  37. rbac_resources:
  38. - sa
  39. - clusterrole
  40. - clusterrolebinding