一、为什么需要安装gitlab runner ?
极狐GitLab Runner
极狐GitLab Runner 是在流水线中运行作业的应用,与极狐GitLab CI/CD 配合运作。
说白了就是你部署的一个agent。
二、如何安装?
1.介绍通过helm部署github runner
2.helm添加仓库
helm repo add gitlab https://charts.gitlab.io
3.拉取chars
helm pull gitlab/gitlab-runner -- 拉取最新的chars
4.编辑拉取的vim values.yaml
这里的runnerRegistrationToken在gitlab server 中这里复制。
4.安装chars
helm install helm-runer -n helm-runer -f ./values.yaml .
-- 安装 名称为helm-runer 名称空间为helm-runer 使用的values.yaml的文件为当前目录的./values.yaml 最后的. 为使用当面这个目录的chars.
5.部署后进入git-lab server查看
文章来源:https://www.toymoban.com/news/detail-623273.html
文章来源地址https://www.toymoban.com/news/detail-623273.html
到了这里,关于gitlab CI/CD 安装 gitlab runner的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!