Skip to content

Instantly share code, notes, and snippets.

@owainlewis
Last active August 9, 2018 14:51
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 owainlewis/0ad69fba1b7c740e029137915166920a to your computer and use it in GitHub Desktop.
Save owainlewis/0ad69fba1b7c740e029137915166920a to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu:latest
# Just spin & wait forever
command: [ "/bin/bash", "-c", "--" ]
args: [ "while true; do sleep 30; done;" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment