• 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
..
cidr_allocator.go Loading commit data...
cidr_allocator_test.go Loading commit data...
doc.go Loading commit data...
nodecontroller.go Loading commit data...
nodecontroller_test.go Loading commit data...
rate_limited_queue.go Loading commit data...
rate_limited_queue_test.go Loading commit data...