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
Hi I created the deployments and services. But somehow all pods are in this state: ImagePullBackOff
Did I miss something?
test@user5967:~/k8s-for-beginners/example-voting-app-kubernetes-main$ kubectl get pods NAME READY STATUS RESTARTS AGE postgres-deploy-776f4bdfcb-lkv8l 0/1 ImagePullBackOff 0 119s redis-deploy-54b67b7b4-g2c9q 0/1 ImagePullBackOff 0 118s result-app-deploy-7cc95854b6-dtqjl 0/1 ImagePullBackOff 0 118s voting-app-deploy-96f58547f-7cmfh 0/1 ImagePullBackOff 0 118s worker-app-deploy-54575bd48c-mpgrc 0/1 ImagePullBackOff 0 118s
Attached I send my [logs.](Uploading logs.txt…)
Thank you for helping me here
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
check this issue #2
No branches or pull requests
Hi
I created the deployments and services.
But somehow all pods are in this state: ImagePullBackOff
Did I miss something?
test@user5967:~/k8s-for-beginners/example-voting-app-kubernetes-main$ kubectl get pods
NAME READY STATUS RESTARTS AGE
postgres-deploy-776f4bdfcb-lkv8l 0/1 ImagePullBackOff 0 119s
redis-deploy-54b67b7b4-g2c9q 0/1 ImagePullBackOff 0 118s
result-app-deploy-7cc95854b6-dtqjl 0/1 ImagePullBackOff 0 118s
voting-app-deploy-96f58547f-7cmfh 0/1 ImagePullBackOff 0 118s
worker-app-deploy-54575bd48c-mpgrc 0/1 ImagePullBackOff 0 118s
Attached I send my [logs.](Uploading logs.txt…)
Thank you for helping me here
The text was updated successfully, but these errors were encountered: