https://rancher.com/ logo
#rke2
Title
r

rapid-toddler-64209

09/14/2022, 7:52 AM
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..
I am using helm btw, as in https://github.com/rancher/cluster-template-examples/tree/main/charts

https://youtu.be/xXtOP7CHbSA

b

bland-account-99790

09/14/2022, 2:38 PM
Hey Jonas, thanks for reporting this. Could you create a github issue on that repo describing the steps you are following? Thanks!
I was just told that the example was wrong. The cni part is in
spec.rkeConfig.machineGlobalConfig.cni
not in
spec.rkeConfig.controlPlaneConfig.cni
. There will be a fix soon
❤️ 1
r

rapid-toddler-64209

09/14/2022, 4:33 PM
@bland-account-99790 Many thanks, i will try it out tomorrow and hope it works better 🙂
6 Views