-
Notifications
You must be signed in to change notification settings - Fork 375
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
add support for custom subnets in EKS (secondary cidr ranges) #163
Comments
AWS announced future plans how to improve this feature: aws/containers-roadmap#398 (comment), especially:
This should make the implementation a lot easier |
@janwillies does that mean if we pushed just a |
That is my understanding. However they also mention a tagging based option which will automatically discover secondary CIDR subnets for pods. I guess we have to wait for the implementation, but it sounds really promising |
I believe this issue is old by now (there is a new eks api version available) and should be closed. |
What problem are you facing?
The current EKS implementation does not allow to create pods in an additional subnet as per https://docs.aws.amazon.com/eks/latest/userguide/cni-custom-network.html
How could Crossplane help solve your problem?
I would like crossplane to create EKS clusters with custom network/secondary cidr ranges. Ideally I'd like to configure them like this:
The text was updated successfully, but these errors were encountered: