I have a relatively big k8s pulumi stack (~10 micr...
# general
g
I have a relatively big k8s pulumi stack (~10 microservices, each with a deployment and a service). When I run
pulumi destroy
it seems to run the deletion sequentially for each single resource and it is therefore really slow. Is this intentional / known?
m
This is intentional, yes. @incalculable-sundown-82514 is actively working on improving this 🙂
(where improving means "enabling parallel deletion")
👍 2