Skip to content
New issue

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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants