GitlabRunnerErrorsTotal#
This alert informs that the number of errors is increasing. There is 4 levels: Warning, Error, Panic, Fatal.
Troubleshooting hints#
kubectl -n gitlab-runner get pod: check pod stateskubectl -n gitlab-runner logs -f <job-pod>: check logskubectl -n gitlab-runner logs -f <runner-pod>: check logs
Solutions#
It depends of the cause (see the runner logs):
- We can check mistack in the job (in .gitlab-ci.yml)
- We can check if the jobs needs more resources for execution
See documentation: docs-internal