Created
May 24, 2019 13:33
-
-
Save pdmack/97043c828938b24c61c3155a4728a2ba to your computer and use it in GitHub Desktop.
Simple sleeper pod
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
kind: Pod | |
apiVersion: v1 | |
metadata: | |
name: simple-pod | |
spec: | |
containers: | |
- name: sleeper | |
image: registry.access.redhat.com/ubi7:latest | |
command: ['sleep', '6000'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment