Hello I have a problem with `pulumi destroy` it i...
# general
b
Hello I have a problem with
pulumi destroy
it is not working because a hanging LB. The LB is created by kubernetes, it's a loadbalancer type. Is there a way to tell pulumi to before removing the cluster, remove the resources? basically i want to make sure the helm chart installed is removed, so the LB is also removed before removing the eks cluster.
r
@brash-painting-89833 Are you able to share a code snippet? Are you currently using any dependsOn resource options?
b
I am using depends on but did not seem to work I also tried parent, but parent never passed the preview...
i am ceating everything now, i think i might have a hint on what is happening.. will check now. The problem is, i use helm to install argocd, and then use pulumi to create application set, so argo is the one managing the stuff in cluster. once the apps are removed, argo needs time to remove everything, this might be the issue...
r
Okay, let us know if you still need help or if you figured it out.
b
for the parent, i wanted to make the eks cluster parent of argocd and argocd parent of apps but it just hangs.. i think that would be better as well
it seems to have worked, i will try a few more time to make sure, if anything goes wrong i will post here thanks for the help