Does helmfile run helm concurrently? #1691
Unanswered
canon-cmre-craig-matear
asked this question in
Questions
Replies: 2 comments 2 replies
-
@CraigMatear we will try to find an perfect solution. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey in-case this is for finding a solution in helmfile (or for somebody else with the same problem) replacing the helm binary with a script like this
Seems to be fixing the issue. It adds a little bit of time to the execution time. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are seeing lots of error like this intermittently
Error: error loading /helm/.cache/helm/repository/istio-index.yaml: empty index.yaml file
Since its intermittent I'm guessing its being caused by this:
helm/helm#10735
Anybody else seeing this, and know of a workaround? I tried replacing the helm executable with a script that forces the calling process to wait if there is already a helm process running. It seems to fix the issue, but its really slow.
Beta Was this translation helpful? Give feedback.
All reactions