虚拟机/物理机,Ubuntu20.04,4C/16G

**Kubernetes版本信息:v19.12 多节点。

**KubeSphere版本信息:v3.1.1 在线安装 已有K8s安装

1、首次安装后,删除所有namespace重新安装,发现不能安装成功

2、我没有把openldap打开,enabled:false,为什么还回启动openldap?

3、我记得2.几版本中数据都有持久化到mysql的,我发现没有mysql启动配置?

kubectl get po -n kubesphere-system
你看下kubesphere-system下的pod有没有启动成功,没有成功的describe下,然后看看日志有没有异常的

xiaomabetter
ks-installer的日志会存在pod里,可以看看具体的输出文件内容:

kubectl exec -it -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o name) -- less /kubesphere/results/result-info/result/stdout