Skip to content

Instantly share code, notes, and snippets.

@lhuard1A
Created November 19, 2015 16:30
Show Gist options
  • Save lhuard1A/4e64ebf59952fc936598 to your computer and use it in GitHub Desktop.
Save lhuard1A/4e64ebf59952fc936598 to your computer and use it in GitHub Desktop.
Sleep POD manifest file
apiVersion: v1
kind: Pod
metadata:
name: archlinux-sleep
spec:
containers:
- name: sleep
image: l3n41c/archlinux
args:
- sleep
- "1000000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment