You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments