-
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
Ability to create custom VPC much like KOPS does #279
Comments
As discuss on slack, we'd be happy to provide more configuration options, but it'd be easier to do after we have proper Cluster API support (0.3.0). Until then the things that can be done easily enough would be the following:
|
I would be also interested on re-using VPC/Subnets I got instead of letting the tool to create all the resources. |
Why do you want this feature?
It would be wise to use one and not many (other tools) to provision an EKS cluster. While using a tool like kops / terraform one can define things such as the CIDR block.
Ability to set the CIDR block to custom range, and define the subnet CIDR ranges would allow for organizations with pre-existing IP space to provision appropriate CIDRs for VPCs which can then be peered.
What feature/behavior/change do you want?
EKSctl to allow settings a --vpc-cidr and then subnet-cidrs
There is another issue here: #42 where I pointed out this issue and seemed that it should of be a "new issue"
values from something like kops look like
The text was updated successfully, but these errors were encountered: