hey, is this expected: when doing pulumi up --refr...
# python
l
hey, is this expected: when doing pulumi up --refresh it would fail if there is a pod in failed state. but to me this makes no sense, because the UP should (at least in theory) introduce my changes to fix the problem.
w
Can you share the details of what step fails?
l
deployment fail if pods are in error state. if you delete the deployment, service would fail since there is no pods to route traffic to
any ideas?
w
I don't think I follow exactly - a repro or details on specific steps and specific errors would help.
l
well, create a deployment and a service in k8s with pulumi. make pod fail. try to update with pulumi. it would throw
mate? xD
@white-balloon-205