Commit 4e17e95e authored by O'meid's avatar O'meid Committed by GitHub

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.
parent 1bfef708
...@@ -142,7 +142,7 @@ spec: ...@@ -142,7 +142,7 @@ spec:
spec: spec:
containers: containers:
- name: master - name: master
image: gcr.io/google_containers/redis:e2e # or just image: redis image: gcr.io/google_containers/redis:e2e
resources: resources:
requests: requests:
cpu: 100m cpu: 100m
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment