-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
eks : changing subnets in EKS cluster fails #30886
Comments
I might be missing #30114 |
This is what I am getting now
which looks like to be a limitation of the EKS cluster not the CDK to be closed |
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Describe the bug
by default it takes all available public and private subnets: https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_eks/Cluster.html
in my case 3 public and 3 private
changing it to
Causes
fix for #24162 does not work for me
diff: https://www.diffchecker.com/KYQvwKRE/
update vpc flag is set to true
Expected Behavior
Subnets are updated in place
Current Behavior
Error is raised, piece of stack trace in the description
Reproduction Steps
In the description
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.117.0 (build 59d9b23)
Framework Version
No response
Node.js Version
Node.js v18.17.1
OS
MacOS
Language
Python
Language Version
Python 3.12.2
Other information
No response
The text was updated successfully, but these errors were encountered: