Skip to content

Instantly share code, notes, and snippets.

@OlegGorj
Created December 13, 2018 17:58
Show Gist options
  • Save OlegGorj/e92da00b85ad8d23d3be6bba3e24a0b9 to your computer and use it in GitHub Desktop.
Save OlegGorj/e92da00b85ad8d23d3be6bba3e24a0b9 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