Runner params for kubernetes
Summary
I have a job failing after 4MB of logs. I want to increase the logging (as I need that output). Normally this is done using output_limit, however this is not configurable directly in a kubernetes environment.
I would have to run a shell in the gitlab-runner pod and change config.toml there. This would be a temporary change that will not survive a pod restart.
I could not find any way of fixing this. There is no parameter in the chart either, otherwise I could modify /opt/gitlab/embedded/service/gitlab-rails/vendor/runner/values.yaml, however this change wouldn't survive an upgrade anyway.
Maybe I missed it, but the way I see it, there is no way of passing runner params if you have a kubernetes style setup.
Edited by 🤖 GitLab Bot 🤖