improve the yaml

This commit is contained in:
Chao Xu 2015-06-10 16:11:36 -07:00
parent ccceb7a727
commit e7f086e7b0
2 changed files with 8 additions and 7 deletions

View File

@ -20,10 +20,11 @@ metadata:
name: synthetic-logger-0.25lps-pod
spec:
containers:
- args:
- name: synth-lgr
image: ubuntu:14.04
args:
- bash
- -c
- 'i="0"; while true; do echo -n "`hostname`: $i: "; date --rfc-3339 ns; sleep
4; i=$[$i+1]; done'
image: ubuntu:14.04
name: synth-lgr

View File

@ -15,16 +15,16 @@
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
name: synth-logging-source
name: synthetic-logger-10lps-pod
spec:
containers:
- args:
- name: synth-lgr
image: ubuntu:14.04
args:
- bash
- -c
- 'i="0"; while true; do echo -n "`hostname`: $i: "; date --rfc-3339 ns; sleep
0.1; i=$[$i+1]; done'
image: ubuntu:14.04
name: synth-lgr