ERROR: Registering runner... failed runner=e5Fxw5Fp statu
GitLab-Runner 注册出错
错误信息:ERROR: Registering runner... failed runner=e5Fxw5Fp status=couldn't execute POST against http://192.168.117.130/api/v4/runners: Post http://192.168.117.130/api/v4/runners: dial tcp 192.168.117.130:80: getsockopt: no route to hostPANIC: Failed to register this runner. Perhaps you are having network problems
解决方案:关闭linux 防火墙
查看防火墙状态
systemctl status firewalld
关闭防火墙
systemctl stop firewalld