• Kubernetes Submit Queue's avatar
    Merge pull request #44745 from justinsb/lb_recognize_16_unschedulable · 56ea95fa
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Exclude master from LoadBalancer / NodePort
    
    The servicecontroller documents that the master is excluded from the
    LoadBalancer / NodePort, but this is broken for clusters where we are
    using taints for the master (as introduced in 1.6), instead of marking
    the master as unschedulable.
    
    This restores the desired documented behaviour, by excluding nodes that
    are labeled as masters with the new 1.6 labels, even if they use the new
    1.6 taints.
    
    Fix #33884
    
    ```release-note
    Exclude nodes labeled as master from LoadBalancer / NodePort; restores documented behaviour
    ```
    56ea95fa
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...