-
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
AWS: Fix problems with >2 security groups #23340
Conversation
The previous logic was incorrect; if we saw two untagged security groups before seeing the first tagged security, we would incorrectly return an error. Fix kubernetes#23339
cc @einyx |
Removing label |
Labelling this PR as size/M |
GCE e2e build/test failed for commit 59013f5. Please reference the list of currently known flakes when examining this failure. If you request a re-test, you must reference the issue describing the flake. |
@justinsb |
GCE e2e build/test passed for commit 59013f5. |
Apologies for the assignment spam. I was trying to debug the assignment tool and why it wasn't working right/well on this PR. Turns out, justin is both the author and the only potential assignee, so it gets grumpy. |
LGTM Sorry I didn't see this sooner |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
GCE e2e build/test passed for commit 59013f5. |
Automatic merge from submit-queue |
@justinsb Please create a cherrypick PR ASAP if you'd like this in the next release. |
Opened #23718 as a cherry-pick |
Commit found in the "release-1.2" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…ck-of-#23340-upstream-release-1.2 Automatic merge from submit-queue Automated cherry pick of kubernetes#23340 Cherry pick of kubernetes#23340 on release-1.2.
…ck-of-#23340-upstream-release-1.2 Automatic merge from submit-queue Automated cherry pick of kubernetes#23340 Cherry pick of kubernetes#23340 on release-1.2.
The previous logic was incorrect; if we saw two untagged security groups
before seeing the first tagged security, we would incorrectly return an
error.
Fix #23339