Skip to content

some image invalid while using helm install gitlab

Summary

while use helm install gitlab. some of image pull error. how to pull these image successful?

Steps to reproduce

helm install gitlab gitlab/gitlab -f .\values.yaml -n gitlab

Current behavior

ImagePullBackOff

Expected behavior

wish images can be pull success.

Versions

  • Chart: gitlab 4.8.4
  • Platform:
    • Cloud: aliyun
  • Kubernetes: (kubectl version)
    • Client: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.11", GitCommit:"637c7e288581ee40ab4ca210618a89a555b6e7e9", GitTreeState:"clean", BuildDate:"2018-11-26T14:38:32Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"windows/amd64"}
    • Server: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.8-aliyun.1", GitCommit:"cff3030", GitTreeState:"", BuildDate:"2020-11-19T07:19:32Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}
  • Helm: (helm version)
    • version.BuildInfo{Version:"v3.5.0", GitCommit:"32c22239423b3b4ba6706d450bd044baffdcf9e6", GitTreeState:"clean", GoVersion:"go1.15.6"}

Relevant logs

Failed to pull image "registry.gitlab.com/gitlab-org/build/cng/gitlab-task-runner-ce:v4.8.4": rpc error: code = Unknown desc = Error response from daemon: manifest for registry.gitlab.com/gitlab-org/build/cng/gitlab-task-runner-ce:v4.8.4 not found: manifest unknown: manifest unknown


Failed to pull image "registry.gitlab.com/gitlab-org/build/cng/gitlab-shell:v13.15.1": rpc error: code = Unknown desc = error pulling image configuration: Get https://storage.googleapis.com/gitlab-gprd-registry/docker/registry/v2/blobs/sha256/1b/1bc1d75d83ac137d3a846e36c3f647108819a65b33802de6013d9a6e39f93ae1/data?Expires=1613978417&GoogleAccessId=gitlab-object-storage-prd%40gitlab-production.iam.gserviceaccount.com&Signature=CM0jZ7P2i%2B0pGmNZYMaUCO9rfovIZm3oyCx9CFHUUhEHfZCcedPX46Iq5Kxsv0BkI70QiN0ZXjQIDygQD67pwe0Tb1Ix%2BBep5VdRUIMB%2BAabKuaoR0R5RLoAz7ujhkfkGZbnScLb8ZvBUUIR9rbgF7KVnx%2F%2BOuGOX8VSHBPeFnh7CZpwxkmCvLkdwWPhi7LLXn9UHzd5u4NXvqfXRhTJ75FYR4MOaOf8zPVlX1wDX1uQetC%2F3oQeTuV%2FIhitC6wOm08BJfp5WhiymtY7oWfPB860wUHs9XvaDHC6KGQAa9C2gXC0steTLGz86%2Bg5pAiV3PSL9h%2FLP9e1DWy3ggI68w%3D%3D: read tcp 172.19.23.35:48588->172.217.160.80:443: read: connection reset by peer
 kubectl get po -n gitlab
NAME                                          READY     STATUS                  RESTARTS   AGE
cm-acme-http-solver-rgm7v                     1/1       Running                 0          29s
gitlab-cainjector-67dbdcc896-ctmkh            1/1       Running                 0          2m
gitlab-cert-manager-69bd6d746f-lnbgd          1/1       Running                 0          2m
gitlab-gitaly-0                               1/1       Running                 0          2m
gitlab-gitlab-exporter-b6cf98f8c-9plhk        1/1       Running                 0          2m
gitlab-gitlab-shell-7c86769f6f-9rc7c          0/1       PodInitializing         0          1m
gitlab-gitlab-shell-7c86769f6f-jpnpp          1/1       Running                 0          2m
gitlab-issuer-1-28md2                         0/1       Completed               0          2m
gitlab-migrations-1-nvphq                     0/1       ErrImagePull            0          2m
gitlab-minio-94f99fbdd-fkhvv                  1/1       Running                 0          2m
gitlab-minio-create-buckets-1-r4dqw           0/1       Completed               0          2m
gitlab-registry-7966897887-72mqx              1/1       Running                 0          2m
gitlab-registry-7966897887-tx4k9              1/1       Running                 0          2m
gitlab-sidekiq-all-in-1-v1-7786b59cc4-c2jxf   0/1       Init:CrashLoopBackOff   3          2m
gitlab-task-runner-689fd6444d-fckwx           0/1       ImagePullBackOff        0          2m
Edited by Jason Plum