mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +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