Hi. I’m struggling to install a RKE2 cluster with...
# rke2
t
Hi. I’m struggling to install a RKE2 cluster with cilium as cni, when installing from Rancher. Found in the docs how to do it when installing RKE2 the “normal” way. https://docs.rke2.io/networking/basic_network_options#install-a-cni-plugin But how should I do when installing via Rancher (create cluster)? My first thought was the “Additional Manifests” but didn’t help and how do I set “disable-kube-proxy: true” /etc/rancher/rke2/config.yaml.d/50-rancher.yaml has the setting, but I have no Idea how to change it from Cluster Management in Rancher. Using v2.10.3 of Rancher.
c
there is a drop-down in the cluster create UI to select the CNI…
you can’t change it after the fact. You need to select the correct CNI when initially creating the cluster.
t
I found the drop-down so I can select Cilium, but If I want to disable kube-proxy?
c
you’d need to edit as yaml and find where it has
disable-kube-proxy: false
and change that to true.
🙌 1
then go into the cilium add-on config and enable and configure the kube-proxy replacement there.
t
Thanks! I found it.