This message was deleted.
# general
s
This message was deleted.
g
This is related to to https://github.com/pulumi/pulumi-kubernetes/issues/881. I don’t see an open issue for this, but I think we should provide an option to mark these resources as deleted in this case. I’ll open an issue to track. For now, you can fix this with the following steps: 1. run
pulumi stack export > out
2. delete all the relevant resource objects under the
.deployment.resources
field 3. run
pulumi stack import --file out
to update your state 4. the next
pulumi up
should succeed
f
Great, thanks.