Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: exclude non-ready nodes from azure load balancer #108284

Merged
merged 1 commit into from May 4, 2022

Commits on Mar 24, 2022

  1. fix: exclude non-ready nodes and deleted nodes from azure load balancers

    Make sure that nodes that are not in the ready state and are not newly created (i.e. not having the "node.cloudprovider.kubernetes.io/uninitialized" taint) get removed from load balancers.
    Also remove nodes that are being deleted from the cluster.
    
    Signed-off-by: Riccardo Ravaioli <rravaiol@redhat.com>
    ricky-rav committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    13ba86c View commit details
    Browse the repository at this point in the history