• 安装部署
  • 最小化安装成功后,开启安装 DevOps 系统失败,报如下错误,请问大佬们有解决办法吗

TASK [common : Kubesphere | Deploy minio] **************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “/usr/local/bin/helm upgrade –install ks-minio /etc/kubesphere/minio-ha -f /etc/kubesphere/custom-values-minio.yaml –set fullnameOverride=minio –namespace kubesphere-system –wait –timeout 1800\n”, “delta”: “0:00:00.287231”, “end”: “2020-12-12 03:49:44.243950”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2020-12-12 03:49:43.956719”, “stderr”: "Error: UPGRADE FAILED: \“ks-minio\” has no deployed releases", “stderr_lines”: ["Error: UPGRADE FAILED: \“ks-minio\” has no deployed releases"], “stdout”: "", “stdout_lines”: []}
…ignoring

TASK [common : debug] **********************************************************
ok: [localhost] => {
“msg”: [
“1. check the storage configuration and storage server”,
“2. make sure the DNS address in /etc/resolv.conf is available.”,
“3. execute ‘helm del –purge ks-minio && kubectl delete job -n kubesphere-system ks-minio-make-bucket-job’”,
“4. Restart the installer pod in kubesphere-system namespace”
]
}

TASK [common : fail] ***********************************************************
fatal: [localhost]: FAILED! => {“changed”: false, “msg”: “It is suggested to refer to the above methods for troubleshooting problems .”}

PLAY RECAP *********************************************************************
localhost : ok=35 changed=26 unreachable=0 failed=1 skipped=73 rescued=0 ![ignored=4!

6 个月 后

请问这个问题解决了吗。我使用k8s -v1.20.8 安装 3.1版本也一直出现这个问题

2 个月 后