-
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
AWS: Allow configuration of a single security group for ELBs #45500
AWS: Allow configuration of a single security group for ELBs #45500
Conversation
Hi @nbutton23. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@justinsb You asked me to tag you in this PR |
@k8s-bot ok to test /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, nbutton23 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 |
Automatic merge from submit-queue (batch tested with PRs 36721, 46483, 45500, 46724, 46036) |
Just a small comment about an inaccuracy from the PR. AWS has a default, soft-limit, of 500 security groups. While I'm sure there's a hard limit somewhere, I couldn't find the docs for it. Here's the link to the documentation regarding this: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_Limits.html#vpc-limits-security-groups |
@dlsniper Interesting. . . Our AWS concierge told us it was a hard limit for performance reasons. . . |
What this PR does / why we need it:
AWS has a hard limit on the number of Security Groups (500). Right now every time an ELB is created Kubernetes is creating a new Security Group. This allows for specifying a Security Group to use for all ELBS
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
For some reason the Diff tool makes this look like it was way more changes than it really was.
Release note: