GKE - ErrImagePull pulling from Google Container Registry

后端 未结 5 572
予麋鹿
予麋鹿 2020-12-11 23:18

I have a Google Kubernetes Engine cluster which until recently was happily pulling private container images from a Google Container Registry bucket. I haven\'t changed anyth

5条回答
  •  温柔的废话
    2020-12-11 23:57

    Check the node events for the actual error. For me it said:

    Failed to pull image "gcr.io/project/image@sha256:c8e91af54fc17faa1c49d2a05def5cbabf8f0a67fc558eb6cbca138061b8400a":
     rpc error: code = Unknown desc = error pulling image configuration: unknown blob
    

    That turned out to be the image being gone or corrupted. After pushing the image again it worked fine.

提交回复
热议问题