This message was deleted.
# rke2
a
This message was deleted.
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.