Commit 69eb18d6 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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.
parents 4c2d900b 4e17e95e
...@@ -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