How can I stop a running `pulumi up` process stuck...
# typescript
e
How can I stop a running
pulumi up
process stuck in the retry process of a k8s resource? The current way is to wait for 10mins or so. From k8s logs, I can see the retry will fail in the end.
l
I think
pulumi cancel
might be suitable for this.
👍 1