hongming kubectl -n kubesphere-system logs -l app=ks-apigateway 检查请求有没有到ks-apigateway 从上面的错误日志中来看大概率请求是在ks-console 就hang住了,有redis超时报错 排查一下是不是 redis 连接问题, 检查一下 redis.kubesphere-system 6379端口是否正常响应 检查一下集群负载,网络是否正常
hongming tzghost 重启一下 ks-console 看看问题有没有解决 kubectl -n kubesphere-system rollout restart deploy/ks-console
hongming 现在来看应该是只有监控相关的API 有问题吧,检查一下prometheus 的日志 kubectl -n kubesphere-monitoring-system logs -l app=prometheus -c prometheus
tzghost huanggze 没有看到什么异常,两个POD都是类似的日志 kubectl logs prometheus-k8s-system-1 prometheus-config-reloader -n kubesphere-monitoring-system kubectl logs prometheus-k8s-system-1 prometheus -n kubesphere-monitoring-system