Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back-off pulling image "gcr.io/google-samples/gb-frontend:v4" #550

Open
ramunask opened this issue Feb 4, 2025 · 2 comments · May be fixed by #551
Open

Back-off pulling image "gcr.io/google-samples/gb-frontend:v4" #550

ramunask opened this issue Feb 4, 2025 · 2 comments · May be fixed by #551
Assignees

Comments

@ramunask
Copy link

ramunask commented Feb 4, 2025

When reading https://kubernetes.io/docs/concepts/configuration/overview/#general-configuration-tips tried guestbook-all-in-one.yaml example:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/examples/refs/heads/master/guestbook/all-in-one/guestbook-all-in-one.yaml

And I see, that I am getting error:

Back-off pulling image "gcr.io/google-samples/gb-frontend:v4"

Seems, that image is not available?

Status for kubectl get all:

NAME                                 READY   STATUS             RESTARTS        AGE
pod/frontend-9d747dc85-csdbd         0/1     ImagePullBackOff   0               4m57s
pod/frontend-9d747dc85-h8js5         0/1     ImagePullBackOff   0               4m57s
pod/frontend-9d747dc85-mhpc7         0/1     ImagePullBackOff   0               4m57s
pod/redis-master-67bdd49d86-grmqb    1/1     Running            0               4m58s
pod/redis-replica-5dbc458645-jskvr   1/1     Running            0               4m57s
pod/redis-replica-5dbc458645-p8vlq   1/1     Running            0               4m58s
pod/sa-token-test                    1/1     Running            7 (9m58s ago)   2d1h

NAME                    TYPE        CLUSTER-IP     EXTERNAL-IP   PORT(S)        AGE
service/frontend        NodePort    10.43.151.17   <none>        80:32658/TCP   4m58s
service/redis-master    ClusterIP   10.43.105.41   <none>        6379/TCP       4m58s
service/redis-replica   ClusterIP   10.43.25.50    <none>        6379/TCP       4m58s

NAME                            READY   UP-TO-DATE   AVAILABLE   AGE
deployment.apps/frontend        0/3     3            0           4m57s
deployment.apps/redis-master    1/1     1            1           4m58s
deployment.apps/redis-replica   2/2     2            2           4m58s

NAME                                       DESIRED   CURRENT   READY   AGE
replicaset.apps/frontend-9d747dc85         3         3         0       4m57s
replicaset.apps/redis-master-67bdd49d86    1         1         1       4m58s
replicaset.apps/redis-replica-5dbc458645   2         2         2       4m58s
@varad-ahirwadkar
Copy link

/assign

@bcExpt1123
Copy link

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants