We have an issue where Gitlab Runner manager is failing to start runners with an “Error running provisioning ssh command error”, then it spits out the certificate in the log, and also says “no such file or directory” for /etc/docker/ca.pem. It suddenly started happening after happily running for a long time
What could be the reason and how could it be resolved?
Hi, I have the same issue, our runners were file until a few hours ago they start failing with the same error as you described. For now have no idea what’s happened
Hi any one is facing this issue , i tried the above /etc/docker it didnt work for me .can any one help me with this.
gitlab-runner status and docker status are fine and config file all looks good , i tried to install another instance and installed still having the same issue
Did you change the in the script with the actual file path? Did you restart the runner after changing the config? Basically you need to create the file, reference it in the config.toml and then restart the runner.
If that still doesn’t work, you can log on to the runner if you have access to it and see if it’s failing with the same error or it’s something else.