How to deal with error "dial tcp 10.240.0.4:10250: i/o timeout" to see pod's logs in AKS? How to deal with error "dial tcp 10.240.0.4:10250: i/o timeout" to see pod's logs in AKS? kubernetes kubernetes

How to deal with error "dial tcp 10.240.0.4:10250: i/o timeout" to see pod's logs in AKS?


Not sure if your issue is caused by the problem described in this troubleshooting. But maybe you can take a try, it shows below:

Make sure that the default network security group isn't modified andthat both port 22 and 9000 are open for connection to the API server.Check whether the tunnelfront pod is running in the kube-systemnamespace using the kubectl get pods --namespace kube-system command.If it isn't, force deletion of the pod and it will restart.