kubekey部署KubeSphere3.0,minio部署失败:

查看minio-make日志:
[root@crm-server storage]# kubectl logs --namespace=kubesphere-system minio-make-bucket-job-nkstp
Connecting to Minio server: http://minio:9000
mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-fs5ok5gjghb1/?location=: dial tcp 10.233.18.29:9000: i/o timeout.
"Failed attempts: 1"
mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-gtt6ktoe4jsz/?location=: dial tcp 10.233.18.29:9000: i/o timeout.
"Failed attempts: 2"
mc: <ERROR> Unable to initialize new config from the provided credentials. Get http://minio:9000/probe-bucket-sign-6yibhu1w9vjs/?location=: dial tcp 10.233.18.29:9000: i/o timeout.
"Failed attempts: 3"
本地的helm中minio应用部署状态为failed:
[root@crm-server storage]# helm list -n kubesphere-system
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
ks-minio kubesphere-system 1 2020-10-13 11:04:43.883682184 +0800 CST failed minio-2.5.16 RELEASE.2019-08-07T01-59-21Z
ks-openldap kubesphere-system 1 2020-10-13 10:28:10.679122552 +0800 CST deployed openldap-ha-0.1.0 1.0
NFS作为存储,redis和openldap的存储没问题。
[root@crm-server storage]# kubectl get pods --namespace=kubesphere-system
NAME READY STATUS RESTARTS AGE
ks-installer-5d4fd57c59-hspt8 1/1 Running 0 34m
minio-55fc45b5ff-86ktq 1/1 Running 0 32m
minio-make-bucket-job-nkstp 1/1 Running 1 31m
openldap-0 1/1 Running 0 68m
redis-69ccf5cbc8-z585j 1/1 Running 0 69m
NFS存储目录下,minio目录已创建:
[root@crm-server storage]# ls -l
total 0
drwxrwxrwx 3 root root 32 Oct 13 10:28 archived-kubesphere-system-minio-pvc-cab94a4f-bfa2-4773-a2cd-905b74c01f9f
drwxrwxrwx 3 root root 32 Oct 13 11:04 kubesphere-system-minio-pvc-1c5c5190-5d5f-40b4-bc6d-b370b94360ce
drwxrwxrwx 4 root root 54 Oct 13 10:28 kubesphere-system-openldap-pvc-openldap-0-pvc-cce51014-56d5-4d70-ba87-202c66b9feec
drwxrwxrwx 3 root root 32 Oct 13 10:28 kubesphere-system-redis-pvc-pvc-b0db013c-1cc7-43cf-909a-65b0ee823fc1