You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
I've introduced a chart in my cluster config repo that takes > 5 minutes on a job with is a long set of migrations.
The job gets shutdown at the 5 minute mark (300s) and so the subsequent helm installation is broken as the migrations do not go to completion.
Proposed solution
The helm install timeout needs to be extended to allow for extra time to complete.
Allow the helm.InstallTimeout or helm install --timeout on the command line to be configured in the flux CRD.
The text was updated successfully, but these errors were encountered:
stephenmoloney
changed the title
Allow configuration of the helm timeout in the flux CRD
Allow configuration of the helm install timeout in the flux CRD
Nov 22, 2018
Issue:
I've introduced a chart in my cluster config repo that takes
> 5
minutes on a job with is a long set of migrations.The job gets shutdown at the 5 minute mark (300s) and so the subsequent helm installation is broken as the migrations do not go to completion.
Proposed solution
The helm install timeout needs to be extended to allow for extra time to complete.
Allow the
helm.InstallTimeout
orhelm install --timeout
on the command line to be configured in the flux CRD.The text was updated successfully, but these errors were encountered: