of ks-install logs 日志一直停留在这个位置
`
TASK [common : Kubesphere | Deploy minio] **************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: “/usr/local/bin/helm upgrade –install ks-minio /kubesphere/kubesphere/minio-ha -f /kubesphere/kubesphere/custom-values-minio.yaml –set fullnameOverride=minio –namespace kubesphere-system –wait –timeout 1800s\n”, “delta”: “0:00:19.928550”, “end”: “2020-09-16 08:34:00.494830”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2020-09-16 08:33:40.566280”, “stderr”: "Error: UPGRADE FAILED: post-upgrade hooks failed: warning: Hook post-upgrade minio/templates/post-install-create-bucket-job.yaml failed: jobs.batch \“minio-make-bucket-job\” already exists", “stderr_lines”: ["Error: UPGRADE FAILED: post-upgrade hooks failed: warning: Hook post-upgrade minio/templates/post-install-create-bucket-job.yaml failed: jobs.batch \“minio-make-bucket-job\” already exists"], “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 ‘kubectl logs -n kubesphere-system -l job-name=minio-make-bucket-job’ to watch logs”,
“4. execute ‘helm -n kubesphere-system uninstall ks-minio && kubectl -n kubesphere-system delete job minio-make-bucket-job’”,
“5. 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 .”}
kubectl get all --all-namespaces
NAMESPACE NAME READY STATUS RESTARTS AGE
kubesphere-system pod/ks-installer-744f4574f6-2dnq8 1/1 Running 0 3d23h
kubesphere-system pod/minio-749d86bd7d-9skpx 1/1 Running 0 32h
kubesphere-system pod/openldap-0 1/1 Running 1 3d22h
kubesphere-system pod/redis-696b58877-k89q8 1/1 Running 1 3d22h
NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubesphere-system service/minio ClusterIP 10.233.38.26 <none> 9000/TCP 32h
`