roboll / helmfile

Deploy Kubernetes Helm Charts
MIT License
4.04k stars 566 forks source link

Possible race condition signal: killed #2180

Closed skizot722 closed 1 year ago

skizot722 commented 1 year ago

Similar to #1687 we're encountering a problem with executions being killed. We have 121 releases (some with deps on others), being executed on a 16-core / 64 GB RAM VM, with --concurrency 16. It seems to happen almost always 3 minutes into execution. Eventually we are able to get a successful run, after enough retries. The behavior feels like a race condition, as the author of the other issue alluded to. Please let me know if you need any more info. Thanks!