tigera / operator

Kubernetes operator for installing Calico and Calico Enterprise
Apache License 2.0
184 stars 140 forks source link

Calico on RKE cluster on Azure not working #2161

Open jympetalmd opened 2 years ago

jympetalmd commented 2 years ago

Expected Behavior

Was expecting to just follow the documentation and install Calico. https://projectcalico.docs.tigera.io/getting-started/kubernetes/rancher

Current Behavior

RKE installation can't continue, calico networking isn't working

Possible Solution

Seams to be working fine using this addons: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/templates/addons/calico.yaml

The ippool are 192.168.x.x but seams to work fine!

Steps to Reproduce (for bugs)

RKE with addons

Your Environment

RKE Version: 1.3.13 Flatcar Container Linux - 3033.2.3, please see https://rancher.com/docs/rke/latest/en/os/#flatcar-container-linux

tmjd commented 2 years ago

Please provide the specific problem that you are experiencing. I'm not sure what issue you are seeing just based on.

RKE installation can't continue, calico networking isn't working

For example has calico-node deployed, are there errors reported in the kubectl get tigerastatus -o yaml resources, or has operator not even deployed?