-
Notifications
You must be signed in to change notification settings - Fork 40.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
Don't flush the nat table twice. #56728
Conversation
the original CL back. Also fix the test startup script to match the GCE startup script.
/assign @MrHohn |
Ref #56727. |
/assign @thockin |
/lgtm |
/test pull-kubernetes-e2e-gce |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dnardo, MrHohn, thockin Associated issue: 56727 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/assign @wojtek-t |
/kind bug |
@thockin can you apply status/approved-for-milestone |
/status approved-for-milestone |
/retest |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
Hi, A lot of GCE tests on 1.7 seem to have started failing after this: https://k8s-testgrid.appspot.com/sig-release-1.7-all#gce-alpha-features-release-1.7 and more... (https://k8s-testgrid.appspot.com/sig-release-1.7-all#Summary) @dnardo Can you please take a look? |
@mindprince I suspect we just aren't passing the "NON_MASQUERADE_CIDR" in the test environment. I'll take a look. |
I believe #56809 would fix this if we cherry pick it back to 1.7 and 1.8 |
Indeed - it seems that it was already part of this PR. BTW - it seems that it didn't impact GCI tests - it only impacted non-GCI ones, which might simplify debugging. |
@dnardo - it's not in 1.7.11. But it's in head of 1.7 branch. |
@dnardo Any updates here? |
PRs are out for review to fix mainline and 1.7 debian shell scripts. All of these shell scripts should be killed with fire |
This was missed when I cherry picked the original CL back. Also fix the test startup script to match
the GCE startup script.
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #56727
Special notes for your reviewer:
Release note: