zalando / skipper

An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
https://opensource.zalando.com/skipper/
Other
3.05k stars 345 forks source link

Added max-unhealthy-endpoints-ratio cmdline parameter for PHC #3081

Closed RomanZavodskikh closed 1 month ago

RomanZavodskikh commented 1 month ago

This parameter is nice to have because PHC feature was designed to mitigate some small amount of unhealthy endpoints. So, it is better to fail open if the amount of unhealthy endpoints is "too much".

The introduced parameter configures this "too much".

AlexanderYastrebov commented 1 month ago

:+1:

RomanZavodskikh commented 1 month ago

:+1:

szuecs commented 1 month ago

:+1: