-
Notifications
You must be signed in to change notification settings - Fork 99
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
Using existings NAT gateways for new shoot cluster #631
Comments
@RandolfWerner: The label(s) In response to this:
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. |
@RandolfWerner Label area/todo does not exist. |
@rfranzke Label area/todo does not exist. |
👍 |
This would be a cool feature to have. This can save on many elastic IPs and provides possibility to create multiple clusters in same account without requesting Elastic IP quotas. Saves costs a lot too. |
/remove lifecycle/rotten |
How to categorize this issue?
/area TODO
/kind enhancement
What would you like to be added:
When creating a new shoot cluster on AWS it is possible to reuse an already existing VPC instead of creating a new one. Unfortunately it is currently not possible to reuse already existung NAT gateways (see https://sap-btp.slack.com/archives/C9CEBQPGE/p1664546064348629). Please add shoot cluster cretaion options allowing to reuse already existing NAT gateways.
Why is this needed:
For multi cluster setups each cluster currently creates its own NAT gateways, which results in creating a lot of unnecessary NAT gateways and correspoding (rare) public IPV4 addresses. In our scenraio we would create up to 24 shoot clusters within a single VPC with up to 4 AZs, resultung in 96 (unnecessary) NAT gateways and corresponding public IP addresses.
The text was updated successfully, but these errors were encountered: