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

Chapter 6: Fortune Image seem to be failing during pull #44

Open
georemo opened this issue Jul 29, 2022 · 0 comments
Open

Chapter 6: Fortune Image seem to be failing during pull #44

georemo opened this issue Jul 29, 2022 · 0 comments

Comments

@georemo
Copy link

georemo commented Jul 29, 2022

Hi,
Pulling the image luksa/fortune seem to be failing. Below is excerpts of kubectl while trying the example:

$ kubectl create -f fortune-pod.yaml
pod/fortune created
$ kubectl port-forward fortune 8080:80
error: unable to forward port because pod is not running. Current status=Pending
$ kubectl get pod
NAME      READY   STATUS             RESTARTS   AGE
fortune   1/2     ImagePullBackOff   0          37m
$ kubectl logs fortune
Defaulted container "html-generator" out of: html-generator, web-server
Error from server (BadRequest): container "html-generator" in pod "fortune" is waiting to start: trying and failing to pull image
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

No branches or pull requests

1 participant