lgyK零S
日志和事件都无法查询
日志和事件都无法查询
kubectl describe po -n kubesphere-logging-system elasticsearch-logging-data-0看看
重新安装下es吧,
helm uninstall elasticsearch-logging -n kubesphere-logging-system
然后
kubectl edit cc -n kubesphere-system ks-installer
删除status中的es部分
然后重启installe
kubectl rollout restart deployment -n kubesphere-system ks-installerr
kubectl edit cm -n kubesphere-logging-system elasticsearch-logging
把gateway.expected_data_nodes和gateway.recover_after_data_nodes改成1
然后
kubectl rollout restart statefulset -n kubesphere-logging-system elasticsearch-logging-discovery
kubectl rollout restart statefulset -n kubesphere-logging-system elasticsearch-logging-data
看看为什么没起来,describe一下
你先看看日志,排查一下这些pod为什么会重启