2017-02-27 15 views
0

gitlabの新規インストール時にgitlabランナーを登録しようとしています(centos7用のオムニバスrpmベース) しかし、エラー:ランナーを登録しています...失敗したランナー= 38BUk9-kステータス= 404が見つかりません

[[email protected] ~]# 
[[email protected] ~]# sudo gitlab-ci-multi-runner register 
Running in system-mode. 

Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/): 
http://ec2-x-y-z-w.compute-1.amazonaws.com/ 
Please enter the gitlab-ci token for this runner: 
38BUk9-kgZkmmPHz-hsb 
Please enter the gitlab-ci description for this runner: 
[ec2-x-y-z-w.compute-1.amazonaws.com]: dcos runner 1 
Please enter the gitlab-ci tags for this runner (comma separated): 
dcos 
Whether to run untagged builds [true/false]: 
[false]: 
ERROR: Registering runner... failed runner=38BUk9-k status=404 Not   Found 
PANIC: Failed to register this runner. Perhaps you are having network  problems 
[[email protected] ~]# 
+0

への切り替えは、あなたは 'HTTPを試してみました://ec2-xyzw.compute-1.amazonawsを。 com/ci'? – Fairy

答えて

5

Gitlab Runner v9.xを実行しているようです。このエラーは、V9ランナーとV9以下のGitlabを一致させると発生します。それらは互換性がありません。

Gitlab Runner v9はV4 APIを使用していましたが、Gitlab V9でのみ使用できます。 1.11.1にダウングレードすると、再び動作するはずです。特に

あなたは公式のドッキングウィンドウの画像を使用して、ランナーを始めている場合は、使用しないでください:最新のタグ、

関連する問題