-
Notifications
You must be signed in to change notification settings - Fork 262
Flux Helm Operator freezes.... #108
Comments
And another instance:
Then I pushed the branch. Then:
with no progress! |
This was caused by a templating error in the helm chart that it was reading.
|
@hiddeco
current time: 17 minutes later In this case, there was another templating error.
The extra spaces before the three hyphens is an error. At minimum, I suggest that the helm operator should fail a liveness test and be automatically restarted. It does not. |
@derrickburns does this issue still exist for one of the latest |
@hiddeco i have not observed problem recently. Thx |
@derrickburns awesome, thanks for confirming! |
@hiddeco Please reopen. It just froze again: Here is the log:
it is now 8:38 GMT. |
Several deployments were in a CrashLoop so it seems that the timeout is not working. I am using helm3. I independently validated the yaml files with |
So when tidepool pods enter crash loop, helm gets stuck at |
@derrickburns the timeout I'm talking about is in the HelmRelease object under |
No sir |
Ack, I am adding |
@derrickburns as soon as CI has made the image available, can you report back what |
Done. I see that multiple charts appear to be deployed in parallel. No more "head of line blocking" problem. |
@derrickburns I have now tested various mentioned errors that caused the freeze to happen with the I only want to add the solution mentioned here as a last resort as it will not really solve the issue but only hide it below the surface, given the fact that we can not pass the Can you keep me in the loop on updates with that image, if it poses a problem again I will bit the bullet and either dig further or implement the mentioned thing. |
Thx. See new issue #237 |
@derrickburns can you confirm that your issue is related to helm/helm#7447 |
I can confirm that missing a required service account causes a failure to progress with an install that is not self-healing. However in the cases that I witnessed the freeze was not caused by a missioning service account to my knowledge. |
@derrickburns has this happened again since the parallel patch on our side, or can this be considered fixed? |
I have not experienced this again. |
Going to close this then, but feel free to re-open if it happens again in the near future (or create a new issue linking to this one to keep track of history). Thanks! |
See:
solo-io/gloo#1730
The text was updated successfully, but these errors were encountered: