To install GitLab Runner from the Helm chart: Add the GitLab Helm repository: Shell Copy to clipboard helm repo add gitlab https://charts.gitlab.io If you use Helm 2, initialize Helm with helm init. Check which GitLab Runner versions you have access to: Shell Copy to clipboard helm...
这里演示使用的是国内的极狐gitlab,大家可以使用gitlab官方的helm chart:https://charts.gitlab.io/添加gitlab helm仓库 helm repo add gitlab-jh https://charts.gitlab.cn更新repo helm repo update gitlab-jh下载charts压缩包到本地 helm pull gitlab-jh/gitlab...
用helm部署GitLab Runner之前,先把chart的仓库添加到helm的仓库列表中: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 helm repo add gitlab https://charts.gitlab.io 下载GitLab Runner的chart: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 helm fetch gitlab/gitlab-runner 当前目录会多出一个...
首先添加一下极狐GitLab 的 helm chart repo: $ helm repo add gitlab https://charts.gitlab.cn $ helm repo list NAME URL gitlab https://charts.gitlab.cn/ 接下来就可以用 helm install 命令来用极狐GitLab Runner Helm Chart 来完成安装。 安装之前可以自定义一下values.yaml文件,values.yaml 的详细...
$ helm repo list NAME URL gitlab https://charts.gitlab.cn/ 接下来就可以用 helm install 命令来用极狐GitLab Runner Helm Chart 来完成安装。 安装之前可以自定义一下 values.yaml 文件,values.yaml 的详细配置可以在极狐GitLab Runner Helm Chart 官网来查看。
使用helm install即可进行安装,如果要安装特定版本的 Runner,在安装的时候用 --version指定极狐GitLab Runner Helm Chart 的版本即可。 对于极狐GitLab Runenr 的版本查看,可以使用如下命令: # 查看极狐GitLab Runner 版本 helm search repo -l jh-gitlab/gitlab-runner NAME CHART VERSION APP VERSION DESCRIPTION...
使用helm install即可进行安装,如果要安装特定版本的 Runner,在安装的时候用 --version指定极狐GitLab Runner Helm Chart 的版本即可。 对于极狐GitLab Runenr 的版本查看,可以使用如下命令: # 查看极狐GitLab Runner 版本 helm search repo -l jh-gitlab/gitlab-runner ...
使用helm install即可进行安装,如果要安装特定版本的 Runner,在安装的时候用 --version指定极狐GitLab Runner Helm Chart 的版本即可。 对于极狐GitLab Runenr 的版本查看,可以使用如下命令: # 查看极狐GitLab Runner 版本helm search repo -l jh-gitlab/gitlab-runner ...
查看可以安装的 gitlab-runner chart [root@master1~]# helm search repo -l gitlab/gitlab-runner 1. 我的gitlab的版本是15.2,所以gitlab-runner的版本我安装0.43.0 更新配置信息 获取对应版本的 chart 包 # 下载 0.43.0 的 chart 包[root@master1~]# helm fetch gitlab/gitlab-runner --version=0.43...
helm search repo jh-gitlab/gitlab-runner -l | head -5 NAME CHART VERSION APP VERSION DESCRIPTION jh-gitlab/gitlab-runner 0.68.1 17.3.1 GitLab Runner jh-gitlab/gitlab-runner 0.68.0 17.3.0 GitLab Runner jh-gitlab/gitlab-runner 0.67.0 17.2.0 GitLab Runner ...