首页 > 解决方案 > 错误:(gcloud.container.clusters.get-credentials)[Errno 60] 操作超时

问题描述

我的macbook遇到了这个问题,我该如何解决。我有 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

标签: kubernetesgcloud

解决方案


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.


推荐阅读