mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05: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 |
||
|---|---|---|
| .. | ||
| testutil | ||
| BUILD | ||
| cidr_allocator.go | ||
| cidr_allocator_test.go | ||
| cidr_set.go | ||
| cidr_set_test.go | ||
| controller_utils.go | ||
| doc.go | ||
| metrics.go | ||
| nodecontroller.go | ||
| nodecontroller_test.go | ||
| OWNERS | ||
| rate_limited_queue.go | ||
| rate_limited_queue_test.go | ||
| taint_controller.go | ||
| taint_controller_test.go | ||
| timed_workers.go | ||
| timed_workers_test.go | ||