https://pulumi.com logo
c

cool-egg-852

08/09/2019, 3:15 PM
We’re having an issue with a k8s deployment being stuck on updating though it isn’t actually updating anything. This is critically breaking us from being able to deploy updated applications because it’s breaking CI with it being stuck.
w

white-balloon-205

08/09/2019, 3:17 PM
being stuck on updating
Do you have more details on this?
c

cool-egg-852

08/09/2019, 3:18 PM
Getting them for you now
Copy code
error: Plan apply failed: 2 errors occurred:
	* Timeout occurred for 'istio-ingressgateway-internal'
	* Minimum number of Pods to consider the application live was not attained
It doesn’t have any changes for it though. I copied this from the pulumi console, but I am noticing that the pulumi console doesn’t have the same output as CLI, so it isn’t showing that it has to update on the console, but it is in the CLI
I’m running up now to get the CLI output
I would consider the console not showing the same information to be a bug in the console.
When viewing details, no differences are shown
w

white-balloon-205

08/09/2019, 3:24 PM
Same question as parallel thread - are you on latest Pulumi-kubernetes? I know there are some fixes related to Deployment await logic recently.
c

cool-egg-852

08/09/2019, 3:24 PM
Yes I am
Even then, it shouldn’t be detecting any changes
Because there are none
And that is the actual issue
g

gorgeous-egg-16927

08/09/2019, 3:46 PM
Hey @cool-egg-852, can you provide any more information on the stack you’re updating? AFAICT, the problem seems to be with the diff logic, but I don’t have enough info to reproduce on my end.
c

cool-egg-852

08/09/2019, 3:49 PM
What exactly is it you are looking for?
g

gorgeous-egg-16927

08/09/2019, 3:50 PM
Are you deploying a helm chart? I’m looking for a repro, if possible
c

cool-egg-852

08/09/2019, 3:50 PM
No, this is not a helm chart.
This is a custom deployment
I DMed you the diff output
👍 1