mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 12:16:26 +00:00
Cluster Autoscaler marks nodes with ToBeDeletedByClusterAutoscaler during scale-down. kube-proxy /healthz intentionally fails in that case for LB connection draining (KEP-3836), which made NPD report kube-proxy as unhealthy. Switch the kube-proxy probe to /livez, which reflects process health only. Signed-off-by: dpacgdm <dpac.gdm@gmail.com>