We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When reading https://kubernetes.io/docs/concepts/configuration/overview/#general-configuration-tips tried guestbook-all-in-one.yaml example:
https://kubernetes.io/docs/concepts/configuration/overview/#general-configuration-tips
guestbook-all-in-one.yaml
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:
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
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
bcExpt1123
varad-ahirwadkar
Successfully merging a pull request may close this issue.
When reading
https://kubernetes.io/docs/concepts/configuration/overview/#general-configuration-tips
triedguestbook-all-in-one.yaml
example:And I see, that I am getting error:
Seems, that image is not available?
Status for
kubectl get all
:The text was updated successfully, but these errors were encountered: