mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-29 22:34:45 +00:00
Automatic merge from submit-queue Fix taint based pod eviction for clusters where controller manager is not running with allocate-node-cidrs set Fixes https://github.com/kubernetes/kubernetes/issues/42733 In my cluster, I have not set allocate-node-cidr, and It is causing taint based pod eviction to fail. @gmarek @kubernetes/sig-scheduling-bugs @davidopp @derekwaynecarr