• k8s-merge-robot's avatar
    Merge pull request #26415 from wojtek-t/network_not_ready · 577cdf93
    k8s-merge-robot authored
    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 
    577cdf93
Name
Last commit
Last update
..
daemon Loading commit data...
deployment Loading commit data...
endpoint Loading commit data...
framework Loading commit data...
garbagecollector Loading commit data...
gc Loading commit data...
job Loading commit data...
namespace Loading commit data...
node Loading commit data...
persistentvolume Loading commit data...
petset Loading commit data...
podautoscaler Loading commit data...
replicaset Loading commit data...
replication Loading commit data...
resourcequota Loading commit data...
route Loading commit data...
service Loading commit data...
serviceaccount Loading commit data...
volume Loading commit data...
OWNERS Loading commit data...
controller_utils.go Loading commit data...
controller_utils_test.go Loading commit data...
doc.go Loading commit data...
lookup_cache.go Loading commit data...