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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
There is no image 'kubernetes/redis-slave:v2' in redis-slave-deployment.yaml on LAB3.
Could you replace correct image name?
$ kubectl get pods -l app=redis,role=slave
NAME READY STATUS RESTARTS AGE
redis-slave-5db5dcfdfd-4d7pn 0/1 ErrImagePull 0 43s
redis-slave-5db5dcfdfd-gsck8 0/1 ErrImagePull 0 43s
$ kubectl logs redis-slave-5db5dcfdfd-4d7pn
Error from server (BadRequest): container "redis-slave" in pod "redis-slave-5db5dcfdfd-4d7pn" is waiting to start: image can't be pulled
The text was updated successfully, but these errors were encountered:
Thanks!
very interesting kubernetes/examples#321
need to switch to
"k8s.gcr.io/redis-slave:v2"
or otherwise configure the default image to do the right thing.
There is no image 'kubernetes/redis-slave:v2' in redis-slave-deployment.yaml on LAB3.
Could you replace correct image name?
The text was updated successfully, but these errors were encountered: