-
Notifications
You must be signed in to change notification settings - Fork 790
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
Support EKS eksctl --vpc-cidr argument in jx create cluster eks #2267
Comments
eksctl also supports existing subnets. |
Issues go stale after 90d of inactivity. |
Stale issues rot after 30d of inactivity. |
Rotten issues close after 30d of inactivity. |
@jenkins-x-bot: Closing this issue. 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. |
Summary
Support --vpc-cidr when using
jx create cluster eks
eksctl supports the --vpc-cidr flag when doing
eksctl create cluster
May be as simple as another #1461
Kubernetes cluster
What kind of Kubernetes cluster are you using & how did you create it?
Combination of eksctl / kops / jx for different purposes.. until feature parity exists between them all.
Expected behavior
Ideal goal is build the cluster I want on the network I want.
This facilitates being able to create an enterprise network structure and allow for peering and other network layer enhancements that are too restricting on the default VPC CIDR ranges
Actual behavior
Does not support the --vpc-cidr flag yet
The text was updated successfully, but these errors were encountered: