如何自己搭建Gitlab Runner

  • Choerodon平台版本:0.6.0

  • 运行环境:自主搭建

  • 问题描述:

由于网络原因(有些npm依赖在AWS上,自带的Runner经常下载失败)需要自己建Runner构建项目。

我们自己在Kubernetes上搭建了Gitlab Runner,按照这篇文章配置:
https://docs.gitlab.com/runner/install/kubernetes.html

Runner启动之后出现了下面的错误:
ERROR: Checking for jobs… forbidden runner=KhyM_JZH
ERROR: Checking for jobs… forbidden runner=KhyM_JZH
ERROR: Checking for jobs… forbidden runner=KhyM_JZH
ERROR: Runner https://code.choerodon.com.cn/这里是Token is not healthy and will be disabled!

试着访问上面的地址,得到的是404页面。
请问应该如何操作

  • 执行的操作:
    根据https://docs.gitlab.com/runner/install/kubernetes.html操作
  • 报错信息(请尽量使用代码块或系统截图的形式展现):
    报错信息在问题描述中
  • 建议:

@ShadowPower 请参考我们文档中的runner搭建方式。

http://v0-7.choerodon.io/zh/docs/installation-configuration/steps/gitlab-runner/