TASK [common : KubeSphere | Deploying minio] *********************************** changed: [localhost]

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"     ] }

解决:

1. check the storage configuration and storage serve

2. make sure the DNS address in /etc/resolv.conf is available

3.'kubectl logs -n kubesphere-system -l job-name=minio-make-bucket-job

4.helm -n kubesphere-system uninstall ks-minio && kubectl -n kubesphere-system delete job minio-make-bucket-job

5.kubectl rollout restart deploy/ks-installer -n kubesphere-system

 

推荐阅读

评论可见,请评论后查看内容,谢谢!!!评论后请刷新页面。