Last active
April 19, 2020 10:59
-
-
Save DuffleOne/25cc4143525369ba5bac20fe14c0df53 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: sandbox | |
namespace: default | |
spec: | |
hostname: sandbox | |
containers: | |
- name: sandbox | |
image: alpine | |
command: [ "/bin/sh", "-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