Commit f84944e7 authored by Filipe Brandenburger's avatar Filipe Brandenburger

Merge pull request #9669 from satnam6502/counter

Counter pod used in logging blog article
parents 492f121f 2e450dbe
apiVersion: v1
kind: Pod
metadata:
name: counter
spec:
containers:
- name: count
image: ubuntu:14.04
args: [bash, -c,
'for ((i = 0; ; i++)); do echo "$i: $(date)"; sleep 1; done']
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