Created
April 28, 2017 15:58
-
-
Save sjenning/c46072987b086fd33fc6f3d66a818001 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: 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