-
Notifications
You must be signed in to change notification settings - Fork 400
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
Bypass overload manager for stats and ready listeners #5321
base: main
Are you sure you want to change the base?
Conversation
2debb21
to
d8422af
Compare
that was quick 😄 |
d8422af
to
651b774
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5321 +/- ##
==========================================
+ Coverage 64.92% 64.94% +0.02%
==========================================
Files 213 213
Lines 33454 33455 +1
==========================================
+ Hits 21719 21728 +9
+ Misses 10404 10399 -5
+ Partials 1331 1328 -3 ☔ View full report in Codecov by Sentry. |
LGTM, maybe just a release note under "behavior changes". IMHO, this is the correct default behavior, but maybe some folks assume that OM fails checks so that the pods are excluded from the serving set by kube-proxy/externalLB, ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
need changelog |
Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
651b774
to
8b1fc75
Compare
/retest |
What type of PR is this?
Fix: bypass overload manager for stats and ready listeners
What this PR does / why we need it:
Related #5260