mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-23 01:46:17 -05: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 |
||
|---|---|---|
| .. | ||
| cmd/kube-scheduler | ||
| pkg | ||
| OWNERS | ||