Skip to content

Instantly share code, notes, and snippets.

@DuffleOne
Last active April 19, 2020 10:59
Show Gist options
  • Save DuffleOne/25cc4143525369ba5bac20fe14c0df53 to your computer and use it in GitHub Desktop.
Save DuffleOne/25cc4143525369ba5bac20fe14c0df53 to your computer and use it in GitHub Desktop.
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