-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 iptables performance fixes #18754
kube-proxy iptables performance fixes #18754
Conversation
… have to run KUBE-SERVICES from INPUT
/test extended_networking @eparis, can you compare with what we're currently doing on Online? I think we are currently hacking it with one change that effectively bypasses KUBE-SERVICES from INPUT (which has the same effect as "UPSTREAM: 56164: Split out a KUBE-EXTERNAL-SERVICES chain...") and another that adds "-m conntrack --connstate NEW", like "UPSTREAM: 60306: Only run connection-rejecting rules on new connections" Also, do we want to backport this to 3.7 (which may require some annoying rebasing) or is just 3.9 fine at this point? |
3.9 is fine. |
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danwinship, eparis 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 Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
Automatic merge from submit-queue (batch tested with PRs 18754, 18761). |
Pull in multiple upstream iptables fixes to improve performance in "very large clusters" (ie, Online).
Includes kubernetes/kubernetes#57336, kubernetes/kubernetes#56164, kubernetes/kubernetes#57461, and kubernetes/kubernetes#60306.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1514174