解决helm安装出现Error: transport is closing (#248)

thanks!
pull/253/head
changealice 2018-07-04 16:14:35 +08:00 committed by jmgao
parent 3cf84e9d0e
commit 0ef54dc5e1
1 changed files with 11 additions and 0 deletions

View File

@ -21,6 +21,17 @@
```
helm install manifests/jenkins/ --name jenkins
```
如果通过/etc/ansible/roles/helm/helm.yml安装的helm安装过程会出现如下错误
``` bash
E0703 08:40:22.376225 19888 portforward.go:331] an error occurred forwarding 41655 -> 44134: error forwarding port 44134 to pod 5098414beaaa07140a4ba3240690b1ce989ece01e5db33db65eec83bd64bdedf, uid : exit status 1: 2018/07/03 08:40:22 socat[19991] E write(5, 0x1aec120, 3424): Connection reset by peer
Error: transport is closing
```
请执行以下命令快速安装进行修复:
```
helms install manifests/jenkins/ --name jenkins
```
由于初始化过程中默认安装指定的插件所以启动较慢大概5-10分钟左右就可以启动完成了。
部分默认配置说明: