From 4e17e95e8c76ca43e6b4d2b6a4496b6f9c6d2bf6 Mon Sep 17 00:00:00 2001 From: O'meid Date: Thu, 4 May 2017 23:45:49 +1000 Subject: [PATCH] docs:examples:guestbook: don't advice untagged image Using untagged images means no version at all, this can be can cause weird problems. Right now, `redis:latest` is no longer compatible with the redis version used in the slave service of the example. --- examples/guestbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guestbook/README.md b/examples/guestbook/README.md index e8be154da52..42d14f6e2f4 100644 --- a/examples/guestbook/README.md +++ b/examples/guestbook/README.md @@ -142,7 +142,7 @@ spec: spec: containers: - name: master - image: gcr.io/google_containers/redis:e2e # or just image: redis + image: gcr.io/google_containers/redis:e2e resources: requests: cpu: 100m