【问题标题】:ERROR: (gcloud.container.clusters.get-credentials) [Errno 60] Operation timed out错误:(gcloud.container.clusters.get-credentials)[Errno 60] 操作超时
【发布时间】:2021-07-09 15:47:52
【问题描述】:

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

【问题讨论】:

  • 尝试将--log-http 附加到命令以记录底层调用。也许--verbosity=debug 也是。

标签: kubernetes gcloud


【解决方案1】:

想扩展 DazWilkin 所说的,有一个标志 --log-http 可以打印

gcloud 的 http 请求/响应日志。

尝试运行以下命令:

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

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

另外,从 GCP 控制台尝试使用 Cloud Shell。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2023-04-07
    • 2018-06-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-10-21
    相关资源
    最近更新 更多