Example use case: Running the Cilium CNI without any kube-proxy
On all RKE2 servers (master nodes), add the following configuration to your /etc/rancher/rke2/config.yaml
file:
disable-kube-proxy: "true"
Now the important step: If you already had stared the RKE2 service before (without this flag and with kube-proxy enabled), ensure to also delete the kube-proxy.yaml
static pod manifest: