-
Notifications
You must be signed in to change notification settings - Fork 351
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
Added max-unhealthy-endpoints-ratio cmdline parameter for PHC #3081
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RomanZavodskikh
added
the
major
moderate risk, for example new API, small filter changes that have no risk like refactoring or logs
label
May 14, 2024
szuecs
reviewed
May 14, 2024
szuecs
reviewed
May 14, 2024
szuecs
reviewed
May 14, 2024
szuecs
reviewed
May 14, 2024
szuecs
reviewed
May 14, 2024
szuecs
reviewed
May 14, 2024
szuecs
reviewed
May 14, 2024
RomanZavodskikh
force-pushed
the
maxUnhealthyEpsRatio
branch
from
May 17, 2024 17:00
f3f79f4
to
92733fa
Compare
RomanZavodskikh
force-pushed
the
maxUnhealthyEpsRatio
branch
from
May 17, 2024 17:28
92733fa
to
9aaf368
Compare
RomanZavodskikh
force-pushed
the
maxUnhealthyEpsRatio
branch
2 times, most recently
from
May 21, 2024 16:08
fb4beba
to
dc87ad2
Compare
Signed-off-by: Roman Zavodskikh <roman.zavodskikh@zalando.de>
RomanZavodskikh
force-pushed
the
maxUnhealthyEpsRatio
branch
from
May 22, 2024 14:17
dc87ad2
to
fe2d024
Compare
👍 |
2 similar comments
👍 |
👍 |
This was referenced May 24, 2024
JanardhanSharma
pushed a commit
to JanardhanSharma/skipper
that referenced
this pull request
Jul 19, 2024
…o#3081) Signed-off-by: Roman Zavodskikh <roman.zavodskikh@zalando.de> Co-authored-by: Roman Zavodskikh <roman.zavodskikh@zalando.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
major
moderate risk, for example new API, small filter changes that have no risk like refactoring or logs
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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".