Back-off pulling image "ghcr.io/dexidp/dex:v2.41.1" and Back-off pulling image "redis:7.0.15-alpine" #21593
Unanswered
gayathrivandana15
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
i used above commands for argocd installation
but I am facing issue
argocd-application-controller-0 1/1 Running 0 21m
argocd-applicationset-controller-684cd5f5cc-nbb5z 1/1 Running 0 21m
argocd-dex-server-77c55fb54f-bgnj5 0/1 ImagePullBackOff 0 21m
argocd-notifications-controller-69cd888b56-fkt4k 1/1 Running 0 21m
argocd-redis-55c76cb574-z56mm 0/1 ImagePullBackOff 0 21m
argocd-repo-server-584d45d88f-wc59t 1/1 Running 0 21m
argocd-server-8667f8577-k7k75 1/1 Running 0 21m
once checking logs, below error came
Failed to pull image "ghcr.io/dexidp/dex:v2.41.1": failed to pull and unpack image "ghcr.io/dexidp/dex:v2.41.1": failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:8ff1b28fdd563039995430889928c0307f1735eb5287891bda9031e756803b40?se=2025-01-21T09%3A50%3A00Z&sig=0Mp%2B0AEogv2hDBh09GwRrU9DtPqOD4ecJOe2%2F7ZcRDs%3D&sp=r&spr=https&sr=b&sv=2019-12-12": net/http: TLS handshake timeout
Failed to pull image "redis:7.0.15-alpine": failed to pull and unpack image "docker.io/library/redis:7.0.15-alpine": failed to copy: httpReadSeeker: failed open: failed to do request: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/42/426f6fb54a1b82a2254bce70e5f4a72d15c14ecd3cc70d799465b956e7a32548/data?expires=1737455648&rate=100&signature=x9l%2B6LNUuqhOKhaAWhZnxMI%2FNpM%3D&version=2": net/http: TLS handshake timeout
Beta Was this translation helpful? Give feedback.
All reactions