【发布时间】:2019-02-11 18:01:48
【问题描述】:
我正在将一个巨大的云集群从 AWS 迁移到 GKE。
但是我在使用 Docker Hub 进行身份验证时遇到了问题,我不断收到
Failed to pull image "myorg/mycontainer": rpc error: code = Unknown desc = Error response from daemon: repository myorg/mycontainer not found: does not exist or no pull access
最近用docker认证gcloud的方式好像变了,那么tdoint这个的正确方式是什么?
【问题讨论】:
-
是的,它是重复的。了解 imagePullSecrets kubernetes.io/docs/tasks/configure-pod-container/…
标签: containers dockerhub google-kubernetes-engine