running `pulumi stack rm <stack> --force` wo...
# kubernetes
g
running
pulumi stack rm <stack> --force
works, but feels a little ugly as I'm recreating the entire thing
w
Currently I think you would need to do one of the two you describe - or else
pulumi stack export
and manually remove all the resources. https://github.com/pulumi/pulumi/issues/3304 is tracking something similar.
g
thanks, good to see its in the pipeline 🙂