• 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
..
backward_compatibility_test.go Loading commit data...
conversion.go Loading commit data...
conversion_generated.go Loading commit data...
conversion_test.go Loading commit data...
deep_copy_generated.go Loading commit data...
defaults.go Loading commit data...
defaults_test.go Loading commit data...
doc.go Loading commit data...
generated.pb.go Loading commit data...
generated.proto Loading commit data...
register.go Loading commit data...
types.generated.go Loading commit data...
types.go Loading commit data...
types_swagger_doc_generated.go Loading commit data...