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
$ 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:
lab3の「11. Redis Slaveデータベースのdeploymentを作成します。」で使用する
redis-slave-deployment.yaml内の
kubernetes/redis-slave:v2のイメージがdockerhubに存在しないため、
「12. Redis Slaveデータベースの全てのPodが動作しているか確認します。」で
ErrImagePullのエラーになる。
The text was updated successfully, but these errors were encountered: