Skip to content

Instantly share code, notes, and snippets.

@pdmack
Created May 24, 2019 13:33
Show Gist options
  • Save pdmack/97043c828938b24c61c3155a4728a2ba to your computer and use it in GitHub Desktop.
Save pdmack/97043c828938b24c61c3155a4728a2ba to your computer and use it in GitHub Desktop.
Simple sleeper pod
kind: Pod
apiVersion: v1
metadata:
name: simple-pod
spec:
containers:
- name: sleeper
image: registry.access.redhat.com/ubi7:latest
command: ['sleep', '6000']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment