【发布时间】:2018-02-13 21:33:55
【问题描述】:
我正在尝试从 gcloud 项目中获取 pod 列表。
我使用不同的笔记本电脑在gcp 创建的 gcloud 项目。
现在我使用不同的机器,但登录到相同的gcp 帐户并使用相同的项目。
当我运行命令kubectl get pods 时,出现以下错误。
Unable to connect to the server: dial tcp a.b.c.d:443: getsockopt: operation timed out
我尝试添加一个参数--verbose,但这似乎无效。
如何进一步解决此错误。
【问题讨论】:
标签: kubernetes gcloud google-kubernetes-engine