美文网首页
GCP docker pull 失败

GCP docker pull 失败

作者: 马克_唐卡 | 来源:发表于2020-07-16 15:45 被阅读0次

背景

在使用 GCP builder 部署应用时,docker pull 私有镜像时出现错误:

Pulling image: gcr.io/xxxxx/kubectl
Using default tag: latest
Error response from daemon: pull access denied for gcr.io/xxxxx/kubectl, repository does not exist or may require 'docker login': denied: Permission denied for "latest" from request "/v2/xxxxxx/kubectl/manifests/latest".

原因

GCP 绑定的信用卡过期,欠费 7 美金多…… 换一张信用卡大概3分钟后又正常 pull 了

相关文章

网友评论

      本文标题:GCP docker pull 失败

      本文链接:https://www.haomeiwen.com/subject/jigphktx.html