You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
Pulling the image luksa/fortune seem to be failing. Below is excerpts of kubectl while trying the example:
The text was updated successfully, but these errors were encountered: