簡體   English   中英

錯誤:(gcloud.container.clusters.get-credentials) [Errno 60] 操作超時

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

我的 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

想擴展 DazWilkin 所說的,有一個標志--log-http來打印

gcloud 的 http 請求/響應日志。

嘗試運行以下命令:

gcloud 容器集群 get-credentials 名稱 --region REGION --project projectid --log-http

gcloud 容器集群列表 --log-http

另外,從 GCP 控制台嘗試在 Cloud Shell 中。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM