penghuima 起初安装了日志系统logging、事件系统events、审计日记auditing 但有一个容器组一直不能正常运行 所以就分别用官网卸载命令卸载了 sh helm delete ks-events -n kubesphere-logging-system helm delete kube-auditing -n kubesphere-logging-system kubectl delete ns kubesphere-logging-system 然后重新安装试一下 通过命令检查安装过程 sh kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f 结果如下 但web页面里却没有pod,web页面显示空白 cc配置文件内容都改为true了,ks里也改了
RolandMa1986 penghuima 需要删除Logging组件的 status 使用下面命令: kubectl -n kubesphere-system edit cc ks-installer 删除: logging 节点 status: logging: enabledTime: 2021-04-07T01:45:54UTC status: enabled