airshipctl/manifests/function/cni/calico-capz/v3
Sidney Shiba 3e3dadb8b7 Azure provider integration - CAPZ Calico
Azure does not currently suport Calico networking.
As a workaround, this patch set includes CAPZ Calico manifests that uses
VXLAN, instead.

The CAPZ Calico manifest are located under
manifest/function/cni/calico-capz.

Change-Id: Iadb2d5e10131e6a2df8cef49e2ec189ab948eeb9
2020-11-30 17:29:26 -06:00
..
crd Azure provider integration - CAPZ Calico 2020-11-30 17:29:26 -06:00
rbac Azure provider integration - CAPZ Calico 2020-11-30 17:29:26 -06:00
calico-config.yaml Azure provider integration - CAPZ Calico 2020-11-30 17:29:26 -06:00
calico.yaml Azure provider integration - CAPZ Calico 2020-11-30 17:29:26 -06:00
kube-controller.yaml Azure provider integration - CAPZ Calico 2020-11-30 17:29:26 -06:00
kustomization.yaml Azure provider integration - CAPZ Calico 2020-11-30 17:29:26 -06:00
node.yaml Azure provider integration - CAPZ Calico 2020-11-30 17:29:26 -06:00
README.md Azure provider integration - CAPZ Calico 2020-11-30 17:29:26 -06:00

Calico for Azure Target Cluster

Azure does not currently support Calico networking. The reason is Azure does not allow traffic with unknown source IPs. As a workaround, it is recommended that Azure clusters use the Calico spec below that uses VXLAN.

https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/templates/addons/calico.yaml

You can find more about Calico on Azure here.