Skip to content

Instantly share code, notes, and snippets.

@jaohaohsuan
Last active November 4, 2016 06:40
Show Gist options
  • Save jaohaohsuan/782e5cd1233b7d2bbde1c2935520518e to your computer and use it in GitHub Desktop.
Save jaohaohsuan/782e5cd1233b7d2bbde1c2935520518e to your computer and use it in GitHub Desktop.
runnnig forever pod
---
apiVersion: v1
kind: Pod
metadata:
name: alpine
namespace: default
spec:
containers:
- image: alpine:latest
command:
- "sh"
- "-c"
- "echo 'running since '`date +'%r'`; while true; do sleep 3; done"
name: alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment