合肥营销网站建设设计,wordpress导航下拉,wordpress制作模板教程,优化营商环境心得体会个人一、为什么需要安装gitlab runner #xff1f;
极狐GitLab Runner
极狐GitLab Runner 是在流水线中运行作业的应用#xff0c;与极狐GitLab CI/CD 配合运作。 说白了就是你部署的一个agent。 二、如何安装#xff1f;
1.介绍通过helm部署github runner 2.helm添加仓库
h…一、为什么需要安装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查看