Feynman tiller_enable_tls: false 可依然报这个错误:
TASK [preinstall : check helm status] ******************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “/usr/local/bin/helm list\n”, “delta”: “0:00:00.598385″, “end”: “2020-05-13 01:27:17.951124”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2020-05-13 01:27:17.352739”, “stderr”: “Error: could not find a ready tiller pod”, “stderr_lines”: [“Error: could not find a ready tiller pod”], “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”
}