官方文档:
https://kubesphere.io/zh/docs/v3.4/pluggable-components/app-store/
遇到问题:
ks-installer 运行报错卡在minio报错信息如下
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 logskubectl 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”
]
排查
按照提示
- 第一步检查 pv ,pvc 和storageClass是否正常创建,是否存在在两个deafultClass
- 第二部检查:DNS