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

data/aws/vpc/master-elb: Set thresholds back to two #1629

Merged

Commits on Apr 16, 2019

  1. data/aws/vpc/master-elb: Set thresholds back to two

    These were changes from two to three in 16dfbb3 (data/aws: use nlbs
    instead of elbs, 2019-11-01, openshift#594):
    
      $ git show 16dfbb3 | grep _threshold | sort | uniq
      -    healthy_threshold   = 2
      -  #   healthy_threshold   = 2
      +    healthy_threshold   = 3
      -    unhealthy_threshold = 2
      -  #   unhealthy_threshold = 2
      +    unhealthy_threshold = 3
    
    Alex doesn't remember intentionally making that change, and the lower
    thresholds will hopefully help mitigate some issues with continued
    connection attempts to API servers which are in the process of
    shutting down.
    wking committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    da1d821 View commit details
    Browse the repository at this point in the history