we're having weird issues with that too, it consta...
# general
b
we're having weird issues with that too, it constantly wants to redeploy a set of pods but there are no changes so it never completes
w
Can you share the output that you see in this case?
And are you on the latest Pulumi-kubernetes package? I know there were some recent fixes related to Deployment await logic.
b
yeah on latest, we had other issues that are now fixed
Copy code
~  kubernetes:apps:Deployment ui-virtual-reader updating [diff: ~spec]; error: Plan apply failed: 2 errors occurred:
 ~  kubernetes:apps:Deployment ui-virtual-reader **updating failed** [diff: ~spec]; error: Plan apply failed: 2 errors occurred:
 ~  kubernetes:apps:Deployment ui-virtual-terminal updating [diff: ~spec]; error: Plan apply failed: 2 errors occurred:
 ~  kubernetes:apps:Deployment ui-virtual-terminal **updating failed** [diff: ~spec]; error: Plan apply failed: 2 errors occurred:
    pulumi:pulumi:Stack dev1-apps-gf2-dev1-apps-gf2 running error: update failed
    pulumi:pulumi:Stack dev1-apps-gf2-dev1-apps-gf2 **failed** 1 error
 
Diagnostics:
  kubernetes:apps:Deployment (ui-virtual-terminal):
    error: Plan apply failed: 2 errors occurred:
    	* Timeout occurred for 'ui-virtual-terminal-1fdzunms'
    	* Attempted to roll forward to new ReplicaSet, but minimum number of Pods did not become live
should be no changes there but it always wants to redeploy them and always fails
g
@better-rainbow-14549 Do you have a repro you can share? It looks like a problem with the diff, but I don’t have enough info to troubleshoot.