Skip to content

Instantly share code, notes, and snippets.

@DuffleOne
Last active April 19, 2020 10:59
Show Gist options
  • Save DuffleOne/67198cf3e6f86e9a8737a7bec51a6bba to your computer and use it in GitHub Desktop.
Save DuffleOne/67198cf3e6f86e9a8737a7bec51a6bba to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: sandbox2
namespace: default
spec:
hostname: sandbox2
containers:
- name: sandbox2
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