Helm install failed for release XYZ with chart [email protected]: context deadline exceeded #5045
Unanswered
vijayansarathy
asked this question in
General
Replies: 2 comments 3 replies
-
Hi not sure, but: hr waiting for jobs for some time maybe jobs or post hooks are stuck? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to increase the timeout you have configured, as this error is a clear signal Helm times out for some reason. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
When I am deploying workloads using HelmRelease, I have observed that from time to time, the status of the HelmRelease reads like this:
Helm install failed for release NAMESPACE/RELEASE_NAME with chart [email protected]: context deadline exceeded
The HelmRelease status is set to
Status:False, Reason:InstallFailed
. However, when I check the status of the underlying K8s Deployment resource created by the Helm install, the Pods are up and running and are in a healthy state. Even if it were the case that they did not reach the healthy state the first time around, I would expect that when the next reconciliation loop runs, it should update the status toStatus:True, Reason:InstallSucceeded
. This does not seem to happen and the HelmRelease finally reaches theStatus:True, Reason:RetriesExceeded
state.Can someone please explain why this happens? I have attached the output obtained from running
kubectl describe
command on one such HelmRelease object.Thanks,
Viji
HelmRelease.txt
Beta Was this translation helpful? Give feedback.
All reactions