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

Lab3: kubernetes/redis-slave:v2のイメージがない #5

Closed
kyokonishito opened this issue May 8, 2019 · 3 comments
Closed

Lab3: kubernetes/redis-slave:v2のイメージがない #5

kyokonishito opened this issue May 8, 2019 · 3 comments

Comments

@kyokonishito
Copy link

lab3の「11. Redis Slaveデータベースのdeploymentを作成します。」で使用する
redis-slave-deployment.yaml内の
kubernetes/redis-slave:v2のイメージがdockerhubに存在しないため、
「12. Redis Slaveデータベースの全てのPodが動作しているか確認します。」で
ErrImagePullのエラーになる。

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

kota661 commented May 8, 2019

めも

@kota661
Copy link
Contributor

kota661 commented May 13, 2019

@kyokonishito 消えていたDockerImageを元ネタのImageを使って、独自のDockerHubに登録し直しました。
こちらのプルリクをチェックして、問題なければ、マージし、このIssuesをクローズしてください。
ibm-cloud-labs/guestbook#1

@kyokonishito
Copy link
Author

@kota661 Write権限がないので
ibm-cloud-labs/guestbook#1
が私にはマージできないようです。問題なかったのでマージしていただけますか?(Approve済)

@kota661 kota661 closed this as completed May 14, 2019
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