I'm trying to deploy my project on kubernetes using gitlab runner but I keep getting the following error:
but when I check the logs using $ kubectl logs -f runner-gitlab
I get the following infos:
WARNING: Job failed: command terminated with exit code 1 duration=51.567457707s job=296652672 project=14223129 runner=NzxLg7uo ERROR: Failed to process runner builds=0 error=command terminated with exit code 1 executor=kubernetes runner=NzxLg7uo
Anyone faced this before?