Last active
April 19, 2020 10:59
-
-
Save DuffleOne/7d21d09d9a72725f0826a09f1d10d4b2 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: sandbox3 | |
namespace: default | |
spec: | |
hostname: sandbox3 | |
containers: | |
- name: sandbox3 | |
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