In Chapter 3, section "Deploy an app in two different environments", the guestbook application
fails to deploy because the Redis master image is no longer available.
File: redis-master-deployment.yaml
Current image: k8s.gcr.io/redis:e2e
Error: ImagePullBackOff - manifest for k8s.gcr.io/redis:e2e not found
Steps to Reproduce
- Follow the exercise in Chapter 3 to deploy the guestbook app to guestbook-qa namespace
- Apply redis-master-deployment.yaml
- Check pod status:
kubectl get pods -n guestbook-qa
- Pod shows ImagePullBackOff status
In Chapter 3, section "Deploy an app in two different environments", the guestbook application
fails to deploy because the Redis master image is no longer available.
File: redis-master-deployment.yaml
Current image: k8s.gcr.io/redis:e2e
Error: ImagePullBackOff - manifest for k8s.gcr.io/redis:e2e not found
Steps to Reproduce
kubectl get pods -n guestbook-qa