You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have CDK code that builds and deploys my EKS clusters using the CfnCluster L1 construct and this works as expected. However, I am attempting to move to the L2 construct for EKS and I have found that it is attempting to do more than I would like. It is spawning a nested stack and attempting (but failing) to deploy a Providerwaiterstatemachine; along with a few other items. Is there a way to suppress this or would I need to continue to use the L1 construct to maintain control over my stacks, roles, etc...?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I currently have CDK code that builds and deploys my EKS clusters using the CfnCluster L1 construct and this works as expected. However, I am attempting to move to the L2 construct for EKS and I have found that it is attempting to do more than I would like. It is spawning a nested stack and attempting (but failing) to deploy a Providerwaiterstatemachine; along with a few other items. Is there a way to suppress this or would I need to continue to use the L1 construct to maintain control over my stacks, roles, etc...?
Beta Was this translation helpful? Give feedback.
All reactions