This message was deleted.
# rke2
a
This message was deleted.
w
The reason was someone accidentially deleted namespace calico-system in a cluster. Any suggestion how to redeploy calico cni back to the cluster?
Fixed this by running
helm upgrade --install --namespace=kube-system rke2-calico-crd rke2-charts/rke2-calico-crd --version=v3.26.100 --reuse-values --set calico.calicoKubeControllers=true
helm upgrade --install --namespace=kube-system rke2-calico rke2-charts/rke2-calico --version=v3.26.100 --reuse-values --set calico.calicoKubeControllers=true
However had to spend some time to fix calico-system namespace which was in Terminating state.