Skip to content

Commit

Permalink
修改helm离线安装文档,避免一个tiller镜像版本不匹配的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
TianFengshou authored and gjmzj committed May 24, 2020
1 parent 1904294 commit 3a399d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guide/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ $ ansible-playbook /etc/ansible/roles/helm/helm.yml
- 6-配置helm客户端使用tls方式与tiller服务端通讯

## 安全安装 helm(离线)
在内网环境中,由于不能访问互联网,无法连接repo地址,使用上述的在线安装helm的方式会报错。因此需要使用离线安装的方法来安装。
在内网环境中,由于不能访问互联网,无法连接repo地址,使用上述的在线安装helm的方式会报错。因此需要使用离线安装的方法来安装。要注意的是tiller的镜像版本必须为v2.14.1,否则会不匹配。
离线安装步骤:

```bash
# 1.创建本地repo
mkdir -p /opt/helm-repo
Expand Down

0 comments on commit 3a399d4

Please sign in to comment.