Hey! I am trying to install a RKE2 cluster (vsphere provider) and change CNI to Cilium, but it’s stuck on Calico no matter what i do... I have this in my cluster.yaml
rkeConfig:
controlPlaneConfig:
cni: cilium (also tried with none)
And on the server it says:
sudo cat /etc/rancher/rke2/config.yaml.d/50-rancher.yaml
{
“cni”: “calico”,
}
And it’s obviously installing calico pods..