https://pulumi.com logo
p

proud-pizza-80589

09/14/2021, 1:01 PM
Super weird, destroying a cluster with AWS elb CDR’s, destroyed the nodepool, but left the CRD instances (not deployed via this stack) deadlocking the deploy completely. The CRD would not delete as stuff was still using it so the destroy fails. Apart from destroying in the right order, any way to prevent this deadlocking?
b

billowy-army-68599

09/14/2021, 1:15 PM
you need to destroy in the right order, using
dependsOn
p

proud-pizza-80589

09/14/2021, 2:22 PM
hmm, we are using the official helm charts from aws so targetting the crd inside is not trivial, and the crd’s are used in a different stack. dependsOn does not work cross stack right?
b

billowy-army-68599

09/14/2021, 2:29 PM
Generally I try and install the crd outside the helm chart for this reason
4 Views