-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Revert "Revert "syncNetworkUtil in kubelet and fix loadbalancerSourceRange on GCE #30814
Conversation
just bump into another problem. Will ping you when this is ready |
@fabioy for cherry pick consideration |
changing KUBE-XLB name back to KUBE-FW base on discussion |
KUBE-FW has N rules per sourceRanges If we combine them, KUBE-XLB will end up with N * M rules. Any other tricks to solve this? |
I had to write it all out to understand, but now I do. Yech. The names On Wed, Aug 17, 2016 at 6:26 PM, Minhan Xia notifications@github.com
|
Potentially ipsets would solve this - reducing the N rules to 1 source ip-set rule - but we then need a whole new library to manage the ipset. |
yeah, optimize as a second pass. On Thu, Aug 18, 2016 at 10:04 AM, Girish Kalele notifications@github.com
|
Rebased. Only generated code changed. Reapplying lgtm |
GCE e2e build/test passed for commit 392a92c. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 392a92c. |
Automatic merge from submit-queue |
Cherrypick approved. I'm assuming this supercedes #30486 and I can drop the "cherrypick candidate" label from that one? |
Correct On Thu, Aug 18, 2016 at 3:53 PM, Fabio Yeon notifications@github.com
|
Ugh, too many conflicts, couldn't create an automatic cherrypick. Please create one and I'll try to get this in quickly. Thanks. |
Can we let this sit overnight? |
yes please On Thu, Aug 18, 2016 at 4:05 PM, Minhan Xia notifications@github.com
|
This really needs e2e coverage |
…4-upstream-release-1.3 Automated cherry pick of #30814
Commit found in the "release-1.3" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
just saw this go into 1.3 in #31019. is there an urgent reason this was needed in 1.3? the linked issues didn't seem to be high priority enough to justify such a large pick |
Combined, they fix two networking issues, which was deemed fix worthy. This issue was passed over previous patch releases until it was deemed ok. |
…k-of-#30814-upstream-release-1.3 Automated cherry pick of kubernetes#30814
Reverts #30729
This change is