k8s 集群使用 kubeasz 部署的 v1.15.0,helm 版本 2.14.1
按照 ks_installer 文档 apply 最小化配置清单,日志提示:
TASK [preinstall : check helm status] ******************************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "/usr/local/bin/helm list\n", "delta": "0:00:01.413386", "end": "2020-01-20 11:37:41.050086", "msg": "non-zero return code", "rc": 1, "start": "2020-01-20 11:37:39.636700", "stderr": "Error: transport is closing", "stderr_lines": ["Error: transport is closing"], "stdout": "", "stdout_lines": []}
...ignoring
TASK [preinstall : Stop if Helm is not available] ******************************
fatal: [localhost]: FAILED! => {
"assertion": "helm_check.rc == 0",
"changed": false,
"evaluated_to": false,
"msg": "Helm is not available"
}
PLAY RECAP *********************************************************************
localhost : ok=5 changed=2 unreachable=0 failed=1 skipped=3 rescued=0 ignored=1