Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

no image 'kubernetes/redis-slave:v2' in redis-slave-deployment.yaml on LAB3 #63

Open
kyokonishito opened this issue May 6, 2019 · 2 comments

Comments

@kyokonishito
Copy link
Member

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
@MHBauer
Copy link
Contributor

MHBauer commented Jun 5, 2019

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.

@MHBauer
Copy link
Contributor

MHBauer commented Jun 12, 2019

@kyokonishito going to switch to ibmcom/guestbook-relay-slave:v2 as that is under our control.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants