Cannot connect to kubernetes pod from master: i/o timeout
问题 I configured kubernetes cluster with one master and one node, the machines that run master and node aren't in the same network. For networking I installed calico and all the pods are running. For testing the cluster I used get shell example and when I run the following command from master machine: kubectl exec -it shell-demo -- /bin/bash I received the error: Error from server: error dialing backend: dial tcp 10.138.0.2:10250: i/o timeout The ip 10.138.0.2 is on eth0 interface on the node