Skip to content

Instantly share code, notes, and snippets.

@sjenning
Created April 28, 2017 15:58
Show Gist options
  • Save sjenning/c46072987b086fd33fc6f3d66a818001 to your computer and use it in GitHub Desktop.
Save sjenning/c46072987b086fd33fc6f3d66a818001 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: busybox
spec:
containers:
- name: busybox
image: busybox
command:
- sleep
- "3600"
terminationGracePeriodSeconds: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment