Skip to content

Commit

Permalink
remove prune setting for eks cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Aug 10, 2022
1 parent 5d1736f commit b364b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk/domino_cdk/provisioners/eks/eks_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def provision(
default_capacity=0,
security_group=eks_sg,
secrets_encryption_key=key,
prune=False, # https://github.com/aws/aws-cdk/issues/19843
)

# To make sure log cleanup is called after cluster cleanup: cluster depends on custom so custom is guaranteed
Expand Down

0 comments on commit b364b90

Please sign in to comment.