https://pulumi.com logo
Title
c

colossal-australia-65039

12/01/2020, 1:27 AM
I frequently run into issues where Pulumi does not delete a resource before attempting to (re)create it, resulting in a failed
up
. For example, I move an
ingress
to a different namespace but get an error because it has the same host as the "existing" one. How can I handle these to ensure there is no conflict when I run
up
?
r

rich-library-94587

12/01/2020, 12:27 PM
You could try to use the deleteBeforeReplace option
c

colossal-australia-65039

12/03/2020, 7:42 PM
this property isn't available for a lot of resources, including the k8s ones I've tried