mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-21 06:07:35 -04:00
Automatic merge from submit-queue Add a NodeCondition "NetworkUnavaiable" to prevent scheduling onto a node until the routes have been created This is new version of #26267 (based on top of that one). The new workflow is: - we have an "NetworkNotReady" condition - Kubelet when it creates a node, it sets it to "true" - RouteController will set it to "false" when the route is created - Scheduler is scheduling only on nodes that doesn't have "NetworkNotReady ==true" condition @gmarek @bgrant0607 @zmerlynn @cjcullen @derekwaynecarr @danwinship @dcbw @lavalamp @vishh |
||
|---|---|---|
| .. | ||
| algorithm | ||
| algorithmprovider | ||
| api | ||
| factory | ||
| metrics | ||
| schedulercache | ||
| testing | ||
| extender.go | ||
| extender_test.go | ||
| generic_scheduler.go | ||
| generic_scheduler_test.go | ||
| OWNERS | ||
| scheduler.go | ||
| scheduler_test.go | ||