• Justin Santa Barbara's avatar
    Exclude master from LoadBalancer / NodePort · 82d600bb
    Justin Santa Barbara authored
    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
    82d600bb
BUILD 2.56 KB