【发布时间】:2019-02-18 17:41:12
【问题描述】:
我正在尝试在我的 Mac 上本地运行 Cloud Endpoints ESP 容器,并遵循 https://cloud.google.com/endpoints/docs/openapi/running-esp-localdev 的文档。
我可以使用 openapi yaml 文件将端点配置部署到 GCP。但是有些 ESP 容器无法从服务管理 API 获取服务定义。
我查看了 ESP 容器日志,它出现以下错误。我错过了什么吗?
2018/09/13 21:29:38[error]11#11: Failed to download rollouts: UNAVAILABLE: Failed to connect to the service management, Response body: 2018/09/13 21:30:08 [error] 11#11: servicemanagement.googleapis.com could not be resolved (110: Operation timed out) 2018/09/13 21:30:08 [error] 11#11: servicemanagement.googleapis.com could not be resolved (110: Operation timed out) 2018/09/13 21:30:08 [error] 11#11: servicemanagement.googleapis.com could not be resolved (110: Operation timed out) 2018/09/13 21:30:38 [error] 11#11: servicemanagement.googleapis.com could not be resolved (110: Operation timed out) 2018/09/13 21:30:38 [error] 11#11: servicemanagement.googleapis.com could not be resolved (110: Operation timed out) 2018/09/13 21:30:38 [error] 11#11: servicemanagement.googleapis.com could not be resolved (110: Operation timed out)
【问题讨论】:
-
能否指定是否能够部署 docker 和 Kubernetes 集群?我不清楚它是在什么时候或在什么操作之后失败的。
标签: google-cloud-platform google-cloud-endpoints