fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “/usr/local/bin/helm list\n”, “delta”: “0:00:00.518590″, “end”: “2020-09-03 02:37:56.725669”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2020-09-03 02:37:56.207079”, “stderr”: “Error: incompatible versions client[v2.12.3] server[v2.11.0]”, “stderr_lines”: [“Error: incompatible versions client[v2.12.3] server[v2.11.0]”], “stdout”: "", “stdout_lines”: []}
请问ks3对helm的版本要求是多少到多少呢 我看文档里precheck等描述里 只有对k8s版本的要求
https://kubesphere.com.cn/en/docs/quick-start/minimal-kubesphere-on-k8s/
ps:由于我安装的目标集群已经的helm2是用于部署的 不太好直接升成3 怕影响部署 希望有对helm2的版本范围要求
还是说ks3必须是搭配helm3?