Kube-Proxy-Windows CrashLoopBackOff Kube-Proxy-Windows CrashLoopBackOff kubernetes kubernetes

Kube-Proxy-Windows CrashLoopBackOff


Are you still having this error? I managed to fix this by downgrading windows kube-proxy to at least 1.20.0. There must be some missing config or bug for 1.21.0.

curl -L https://github.com/kubernetes-sigs/sig-windows-tools/releases/latest/download/kube-proxy.yml | sed 's/VERSION/v1.20.0/g' | kubectl apply -f -