Created
December 13, 2018 17:58
-
-
Save OlegGorj/e92da00b85ad8d23d3be6bba3e24a0b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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