I'm trying to deploy changes to k8s namespaces (ad...
# general
p
I'm trying to deploy changes to k8s namespaces (added custom timeouts), and the pulumi planner wants to delete-replace the namespace, and that errors out - the Namespace gets stuck "Terminating" state in k8s. I think the reason is due to the fact there are deployments, etc, which depend on that namespace, and pulumi doesn't take those into account when planning
Anyone have any ideas about how deal with that?
For example, can I force pulumi to update the existing namespace as opposed to delete-repalce?
b
it's unlikely that it's deployments, they will do a cascading delete. It's probably a finalizer
p
Can pulumi update the namespace instead of replacing?
b
can you share the diff?