little-ram-17683
02/20/2023, 4:49 AMkube-proxy
:
kubeproxy:
extra_args:
ipvs-strict-arp: 'true'
proxy-mode: ipvs
But looks like there is no config map for kube-proxy. When I try to edit cluster.yaml
to add custom config to kubeproxy I'm not sure where I should add this cfg. Could you help me, please? 🙂Also, you should NOT edit the kube-proxy static pod manifest; any changes you make will be reverted when RKE2 is restarted. You should use the following in your config.yaml instead
Could you just help me, where exactly should I paste it? Which section?