Exit code 137 - Pods terminated

Hi.

It seems that your applications (started by gitlab runner) write a lot of data (logs, artifacts, cache?) and the node can’t hold them so the eviction manager deletes some of them … “must evict pod(s) to reclaim ephemeral-storage”.

As a solution you can try to use bigger disk for nodes, attach an additional volume to the pods (Kubernetes executor | GitLab), reduce number of parallel runners…

1 Like