mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
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.
This commit is contained in:
commit
69eb18d685
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user