这里演示使用的是国内的极狐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 repo list NAME URL jihu-helm https://jihulab.com/api/v4/projects/19649/packages/helm/stable 可以看到已经添加成功,接着就可以使用了。用下面命令即可使用上述 helm chart 来安装一个 release: $ helm install jihu-helm --namespace jihu-helm --create-namespace jihu-helm/devops-is-shit NAME...
使用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 链接:https://www.cnblogs.com/zouzou-busy/p/16134885.html 配置chart 存储库 # 添加 chart 存储库[root@master1 ~]# helm repo add gitlab https://charts.gitlab.io"gitlab"has been added to your repositories# 查看存储库[root@master1 ~]# helm repo listNAME URL gitlab https://chart...
Helm 包含两部分:客户端 Helm 和服务端 Tiller,服务端 Tiller 运行在 Kubernetes 集群内部,作为一个代理 Pod 管理安装我们的 Charts。 而 Charts 配置至少需要两样:一是 Package 描述文件(Chart.yaml),主要用来针对该资源包进行一些必要的说明信息。二是一个或多个包含应用需要安装的 Kubernetes 清单文件的模板文件...
使用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 search repo gitlab helm search repo gitlab --versions gitlab、gitlab-jh 仓库中可用的部分版本如下 CHART VERSIONAPP VERSION 7.8.0 v16.8.0 7.7.3 v16.7.3 7.6.5 v16.6.5 7.5.7 v16.5.7 7.4.5 v16.4.5 7.3.7 v16.3.7 7.2.9 v16.2.9 7.1.6 v16.1.6 7.0.8 v16.0.8 6.11.13 ...
$ helm repo update Hang tightwhilewe grab the latest from your chart repositories...Skip local chart repository...Successfully got an update from the"gitlab"chart repository...Successfully got an update from the"stable"chart repository $ helm fetch...
6.2 添加 chart 仓库 chart 官方地址:gitlab/gitlab-jh helm repo add gitlab-jh https://charts.gitlab.cn#更新仓库helm repo update gitlab-jh#查看镜像仓库列表helm search repo gitlab-jh#查看完整的镜像仓库列表helm search repo -l gitlab-jh ...
查看可以安装的 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...