gennpix 这个日志是 redis 异常了,redis 得改成3 副本
kubectl -n kubesphere-system scale sts redis-ha-server --replicas=0
kubectl -n kubesphere-system scale deploy redis-ha-haproxy --replicas=0
kubectl -n kubesphere-system scale sts redis-ha-server --replicas=3
kubectl -n kubesphere-system scale deploy redis-ha-haproxy --replicas=3
kubectl -n kubesphere-system exec -it redis-ha-server-0 redis-cli info replication
再重启一下ks-console , 或者把ks-console 调整为1 个副本
kubectl -n kubesphere-system rollout restart deploy ks-console