haofei-zhang 执行这个命令检查日志,发现有一个安装报错,看起来像什么不存在,是不是有什么没装导致的啊kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath=‘{.items[0].metadata.name}’) -f
testexit haofei-zhang 你需要设置默认的存储类型,如下: kubectl patch storageclass glusterfs -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'