https://rancher.com/ logo
b

bland-school-82008

06/13/2022, 6:05 AM
kubectl get po -n connect Unable to connect to the server: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
r

rapid-helmet-86074

06/13/2022, 2:19 PM
First thing I'd do is check your kubeconfig file at ~/.kube/config and look for the server line to see if that's right. I thought that error message usually gave you the server name & port you were trying to connect to, though I thought it was a different message talking about finding nothing on localhost:8080 when the file's just missing. To test after you might want to start with just
kubectl get nodes
as a very basic "can it talk at all" sort of command.
240 Views