1、[root@master ~]# kubectl -n kubesphere-controls-system get events
LAST SEEN TYPE REASON OBJECT MESSAGE
0s Warning BackOff pod/kubesphere-router-cwyth-858fd9d956-dbc2x Back-off restarting failed container
2、kubectl -n kubesphere-controls-system describe po kubesphere-router-cwyth-858fd9d956-dbc2x
Events:
Type Reason Age From Message
Warning BackOff 3m16s (x37312 over 5d14h) kubelet, node1 Back-off restarting failed container
3、kubectl -n kubesphere-controls-system logs kubesphere-router-cwyth-858fd9d956-dbc2x -c istio-init
没看到有错误日志呢