From d0104a31198e542b81e540a3abe1ad34d2272873 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 28 Jul 2019 06:58:17 +0200 Subject: wip --- logging/counter.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 logging/counter.yaml (limited to 'logging/counter.yaml') diff --git a/logging/counter.yaml b/logging/counter.yaml new file mode 100644 index 0000000..e0d1085 --- /dev/null +++ b/logging/counter.yaml @@ -0,0 +1,9 @@ +apiVersion: v1 +kind: Pod +metadata: + name: counter +spec: + containers: + - name: count + image: busybox + args: [/bin/sh, -c, 'i=0; while true; do echo "$i: $(date)"; i=$((i+1)); sleep 1; done'] -- cgit v1.2.3