看日志是存储问题,现在在每个节点安装了yum install -y nfs-utils
runzexia 大佬,现在报错为新的
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:23.077751", "end": "2019-12-04 05:10:12.887874", "msg": "non-zero return code", "rc": 1, "start": "2019-12-04 05:09:49.810123", "stderr": "Error: jobs.batch \"minio-make-bucket-job\" already exists", "stderr_lines": ["Error: jobs.batch \"minio-make-bucket-job\" already exists"], "stdout": "Release \"ks-minio\" does not exist. Installing it now.", "stdout_lines": ["Release \"ks-minio\" does not exist. Installing it now."]}
删除了minio 的deveop和pod,包括job的pod,然后重新安装也是这样报错
kubectl delete deployment minio -n kubesphere-system
kubectl delete pod minio-8cd46c8d9-287gw -n kubesphere-system
kubectl delete pod minio-make-bucket-job-mvtzz -n kubesphere-system
helm del --purge ks-minio
kubectl get pod ks-installer-7987c659d6-ttprq -n kubesphere-system -o yaml | kubectl replace --force -f -