-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
kube-proxy: Fix bug in rejecting 0 endpoint svc #72534
kube-proxy: Fix bug in rejecting 0 endpoint svc #72534
Conversation
Previously we only REJECTed on OUTPUT which works for packets from the node but not for packets from pods on the node.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: thockin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Okay, thanks @thockin |
/lgtm |
/lgtm |
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
Might solve some problems we've seen too...
@m1093782566 ping |
From my test, there is no such issue in IPVS mode, xref: @rramkumar1 I think we can let this PR in now. /hold cancel |
/test pull-kubernetes-integration |
/retest Review the full test history for this PR. Silence the bot with an |
/kind bug
What this PR does / why we need it:
As cited in #20767 (thanks @vllry), we do not REJECT when we should (I think).
Which issue(s) this PR fixes:
xref #20767
xref #19576
Special notes for your reviewer:
I can't find any reasons NOT to do this, butthat doesn't mean they don't exist.
@m1093782566 Please cross-check with IPVS mode for similar changes?