修改helm离线安装文档,避免一个tiller镜像版本不匹配的错误

pull/860/head
FontTian 2020-05-11 18:14:06 +08:00 committed by jmgao
parent 1904294909
commit 3a399d4a55
1 changed files with 2 additions and 1 deletions

View File

@ -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