当我尝试将图像拉到我的 EKS 集群时,我一直遇到这个问题,它说达到了拉取率限制,但是当我尝试将它拉到我的本地计算机时它可以工作。
Failed to pull image "myrepo/postgres:12-alpine": rpc error: code = Unknown desc = Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading:
所有图片都是公开的,
有人可以指导我解决这个问题,因为我仍然无法将它部署在我的 kube 集群中。