Skip to content

Validate security group rules limit during cluster up #2087

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

Closed
vishalbollu opened this issue Apr 14, 2021 · 0 comments · Fixed by #2127
Closed

Validate security group rules limit during cluster up #2087

vishalbollu opened this issue Apr 14, 2021 · 0 comments · Fixed by #2127
Labels
timecapped Assigned a limited amount of time
Milestone

Comments

@vishalbollu
Copy link
Contributor

The default number of inbound rules for a security group is 50. You can find this limit by navigating to aws console > service quotas > vpc > Inbound or outbound rules per security group.

The default can be made lower and if it is, you may encounter connectivity issues to the operator and api loadbalancer. The k8s loadbalancer service will run into the error RulesPerSecurityGroupLimitExceeded.

Figure out the number of security group rules required for the Cortex cluster and enforce it in cluster up.

@vishalbollu vishalbollu changed the title Validate security group limit during cluster up Validate security group rules limit during cluster up Apr 14, 2021
@vishalbollu vishalbollu added the timecapped Assigned a limited amount of time label Apr 14, 2021
@deliahu deliahu added this to the v0.35 milestone May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
timecapped Assigned a limited amount of time
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants