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
We can't remove and then redeploy the EKS bulk import optional stack. The EKS cluster is deployed with a custom resource provider (see cluster-resource-provider.ts). This includes lambdas and a waiter state machine, that each have a log group. When the optional stack is added and then removed, those log groups are retained but are no longer managed by the CDK. When we add the optional stack back into the Sleeper instance, it fails to deploy because those log groups already exist.
Steps to reproduce
Deploy an instance of Sleeper
Enable optional stack EksBulkImportStack, wait for CDK deployment
Disable optional stack EksBulkImportStack, wait for CDK deployment
Enable optional stack EksBulkImportStack
See CDK deployment fails because a log group already exists
Expected behaviour
We should be able to disable and re-enable the optional stack as many times as we like.
We need a way to configure the log groups on the custom resource provider lambdas and waiter state machine. We've raised an issue for this on the CDK GitHub repository:
Description
We can't remove and then redeploy the EKS bulk import optional stack. The EKS cluster is deployed with a custom resource provider (see cluster-resource-provider.ts). This includes lambdas and a waiter state machine, that each have a log group. When the optional stack is added and then removed, those log groups are retained but are no longer managed by the CDK. When we add the optional stack back into the Sleeper instance, it fails to deploy because those log groups already exist.
Steps to reproduce
Expected behaviour
We should be able to disable and re-enable the optional stack as many times as we like.
We need a way to configure the log groups on the custom resource provider lambdas and waiter state machine. We've raised an issue for this on the CDK GitHub repository:
Background
Split from:
Related to:
The text was updated successfully, but these errors were encountered: