ERROR: (gcloud.container.clusters.get-credentials) [Errno 60] Operation timed out

7/9/2021

I am facing this issue with my macbook how can I solve this. I have good internet connection with 100MB/s

ERROR: (gcloud.container.clusters.get-credentials) [Errno 60] Operation timed out
This may be due to network connectivity issues. Please check your network settings, and the status of the service you are trying to reach
-- Sachin Arote
gcloud
kubernetes

1 Answer

7/15/2021

Would like to extend what DazWilkin said, there is a flag --log-http to print the

http request/response logs for gcloud.

Try running the following command:

gcloud container clusters get-credentials Name --region REGION --project projectid --log-http

gcloud container clusters list --log-http

Also,try in the Cloud Shell from the GCP console.

-- Fariya Rahmat
Source: StackOverflow