我在Windows & machine工作。我想在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
请帮助我:(
发布于 2019-03-12 12:24:29
https://stackoverflow.com/questions/55112626
复制相似问题