-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
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