Created
July 17, 2019 19:11
-
-
Save chadmcrowell/5f16e34d4e009894607ad33ab93d75b1 to your computer and use it in GitHub Desktop.
Busybox pod yaml
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: | |
- image: busybox:1.28.4 | |
command: | |
- sleep | |
- "3600" | |
name: busybox | |
restartPolicy: Always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment