Is there an equivelant to `replace --force`` when ...
# kubernetes
s
Is there an equivelant to `replace --force`` when running pulumi up? I cancelled the pulumi up process midway when I realized I had bug in my deployment. Now anytime I attempt to deploy on the stack I get the following error:
Copy code
These resources are in an unknown state because the Pulumi CLI was interrupted while
waiting for changes to these resources to complete
Does anyone know of a way to recover from this? I deployed about 100 deployments in a loop so trying to avoid manually taking down each pod.
g
s
thanks @great-analyst-59265