Merge pull request #45354 from omeid/patch-1

Automatic merge from submit-queue

docs:examples:guestbook: don't advice untagged image

Using untagged images means no version at all, this can cause weird problems.
Right now, `redis:latest` is no longer compatible with the redis version used in the slave service of the example.
pull/6/head
Kubernetes Submit Queue 2017-05-15 09:45:17 -07:00 committed by GitHub
commit 69eb18d685
1 changed files with 1 additions and 1 deletions

View File

@ -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