-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
shared VPC #892
Comments
It's plausible to consider having VPC in a separate stack by default. Per @sstkwayne's comments in #1123:
Also because user simply doesn't know when they create cluster whether they may need to share the VPC with other clusters or not. |
Another important uses-case is RDS, one may wish to keep VPC as it has RDS beyond lifecycle of a cluster, e.g. they may wish to re-create the cluster for any reason. |
I have an issue when using VPC Sharing. When I try to create cluster on the sharing VPC and subnets, I got the following error.
How to solve this problem? |
Hi, thanks for bringing this up! Can you please include the exact config or the command and arguments you're using as well as the log output? Please feel free to open a new issue as well. |
Hi @michaelbeaumont , thank you. I have created a new issue #2910 for it. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
It would be useful to provide a way to create eksctl-managed VPC that can be used for one or more clusters. This would help users who want to have multiple clusters in one VPC, but also cases where different level of access is required for managing VPC resources.
Something like this was also proposed by @whereisaaron in #560 (comment).
The text was updated successfully, but these errors were encountered: