-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix multiple issues with servicelb #10552
Conversation
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10552 +/- ##
==========================================
- Coverage 49.66% 43.25% -6.42%
==========================================
Files 179 179
Lines 14936 14943 +7
==========================================
- Hits 7418 6463 -955
- Misses 6158 7286 +1128
+ Partials 1360 1194 -166
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1f601d7
to
df5cbc6
Compare
This is a partial revert of 095ecdb, with the workaround moved into klipper-lb. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
df5cbc6
to
0821db5
Compare
Proposed Changes
This is a partial revert of Fix issue with
externalTrafficPolicy: Local
for single-stack services on dual-stack nodes #9963, with the workaround for LoadBalancers crashing after updating from 1.27.3 to 1.29.3 #9949 moved into klipper-lb.Waiting on:
Types of Changes
bugfix
Verification
See linked issues
Testing
yes
Linked Issues
User-Facing Change
Further Comments