kubezero/charts/kubezero-calico
Stefan Reimer 6b342e72db Calico cleanup, add efs-csi 2020-07-29 14:46:55 +01:00
..
crds Fix handling of CRDs for bootstrapping calico 2020-07-14 20:48:58 +01:00
templates Make calico nodes a little more tolerant to CPU spikes 2020-07-15 17:13:40 +01:00
Chart.yaml More minor fixed for new Istio integration 2020-07-15 18:13:23 +01:00
README.md More minor fixed for new Istio integration 2020-07-15 18:13:23 +01:00
README.md.gotmpl Make IPPool optional to fix bootstrap issues, doc fixes 2020-07-15 11:44:43 +01:00
calico-v3.15.patch First version of calico as helm chart 2020-07-06 12:32:24 +01:00
test-pod.yaml Calico cleanup, add efs-csi 2020-07-29 14:46:55 +01:00
values.yaml Make IPPool optional to fix bootstrap issues, doc fixes 2020-07-15 11:44:43 +01:00

README.md

kubezero-calico

KubeZero Umbrella Chart for Calico

Current chart version is 0.1.7

Source code can be found here

Chart Requirements

Repository Name Version
https://zero-down-time.github.io/kubezero/ kubezero-lib >= 0.1.1

KubeZero default configuration

AWS

The setup is based on the upstream calico-vxlan config from
https://docs.projectcalico.org/v3.15/manifests/calico-vxlan.yaml

Changes

  • VxLAN set to Always to not expose cluster communication to VPC

    -> EC2 SecurityGroups still apply and only need to allow UDP 4789 for VxLAN traffic
    -> No need to disable source/destination check on EC2 instances
    -> Prepared for optional WireGuard encryption for all inter node traffic

  • MTU set to 8941

  • Removed migration init-container

  • Disable BGB and BIRD health checks

  • Set FELIX log level to warning

Chart Values

Key Type Default Description
customIPPool object {}
installCRDs bool false
loglevel string "Warning"
migration bool false
mtu int 8941
network string "vxlan"
prometheus bool false

Resources