Hello all. I have some questions about `pulumi de...
# general
b
Hello all. I have some questions about
pulumi destroy
, or how I would like to see it be more robust. Basically right now I had a stack with an eks-cluster, and installing istio into a namespace. The issue is when I did destroy, Kubernetes was getting hung up terminating the Istio namespace... and because of that pulumi wouldn't continue. First thing, I would like to see is that Pulumi can recognize these dependencies, and if I am destroying the whole stack, dont even bother trying to destroy the namespace when I am destroying the whole EKS cluster anyways... or at least give me a way to ignore issues like this and keep going
d
@big-article-88775 Are you creating the name space outside of pulumi ?
b
no, I created it with pulumi