aws_eks: add_manifest doesn't apply and always creates #32683
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
bug
This issue is a bug.
closing-soon
This issue will automatically close in 4 days unless further comments are made.
effort/medium
Medium work item – several days of effort
p3
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
We have this code to launch a router:
Whenever there's a new change in the stack it deletes all of the routes within the router, I assume it happens since cdk defaults to
kubectl create
instead ofkubectl apply
.I also tried calling the typescript module directly with the overwrite parameter, which didn't seem to work as expected.
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
I expected it to apply the manifest so it detects no changes and move on without deleting the routes.
Current Behavior
The routes are being deleted on any change in the cdk stack regardless to that resource.
Reproduction Steps
Deploy this resource and add a new one to the stack, deploy again.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.163.1
Framework Version
No response
Node.js Version
v20.8.1
OS
Macos
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: