Skip to content

Instantly share code, notes, and snippets.

@sahajamit
Created July 19, 2020 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sahajamit/adf1c2e390cf1d3173c1923420c7a19e to your computer and use it in GitHub Desktop.
Save sahajamit/adf1c2e390cf1d3173c1923420c7a19e to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: demo-pod
spec:
containers:
- name: busybox-demo
image: busybox
args:
[
/bin/sh,
-c,
'i=0; while true; do echo "Hello"; sleep 10; done',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment