Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

GKE Cluster IP timeout

I'm currently experiencing the below error on deployment. Any support will be much appreciated

Unable to connect to the server: dial tcp 35.xx.xx.xx:443: i/o timeout

1 1 493
1 REPLY 1

Hi,

You can get relevant information about the client-server status by using the following command.

kubectl config view

Now you can update or set k8s context accordingly with the following command.

kubectl config use-context CONTEXT-CHOSEN-FROM-PREVIOUS-COMMAND-OUTPUT

Top Labels in this Space