check the storage configuration and storage server
yuswiftK零S
YSH 您可以参考一下工单服务
https://kubesphere.cloud/ticket/
mysq-pvc没有生成呢,设置了默认存储了吗?kubectl get sc 看一看
我也是使用的自建 ceph-csi,
如果此处为2个都为默认存储类型 ,需要去掉一个
将其中一个设置为false ,亲测管用
我也遇到同样的问题,minio部署成功了
fafeidou 老哥解决了,我跟你一模一样的问题
Mr-dulinfeng 大哥,你怎么解决的,遇到了一模一样的问题
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 –wt –timeout 1800\n”, “delta”: “0:00:00.931626”, “end”: “2022-09-12 03:54:42.372429”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2022-09-12 03:54:41.440803”, “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
xiehongji 解决了嘛?我也遇到同样的问题l
遇到同样问题,今天更新了helm 版本(最新3.12.3) 后再次安装解决了。 最好给一个requirement ,提示要需要哪些文件,如果真按照提示真正走偏了.
fafeidou 大佬 怎么解决的 遇到一模一样的问题了