【发布时间】:2019-03-12 01:02:32
【问题描述】:
我在 Windows 和机器上工作。我想在 Kubernetes 引擎中部署我的 helloworld 应用程序。我构建了容器映像并将其标记为上传,我运行了以下命令 docker build -t gcr.io/${PROJECT_ID}/hello-app:v1 . 并创建了我的 docker 映像。之后,当我运行 gcloud auth configure-docker
时,出现以下错误。
我的参考链接 https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app https://cloud.google.com/container-registry/docs/advanced-authentication
请帮忙:(
【问题讨论】: