• Kubernetes Submit Queue's avatar
    Merge pull request #45773 from justinsb/servicecontroller_harmonize · b84567a5
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    servicecontroller: use consistent node criteria
    
    We have two node selection functions: includeNodeFromNodeList and
    getNodeConditionPredicate, and the logic is different.
    
    The logic should be the same, so remove includeNodeFromNodeList and just
    use getNodeConditionPredicate everywhere.
    
    Fix #45772
    
    ```release-note
    servicecontroller: Fix node selection logic on initial LB creation
    ```
    b84567a5
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
servicecontroller.go Loading commit data...
servicecontroller_test.go Loading commit data...