Skip to content

Instantly share code, notes, and snippets.

@anis-campos
Forked from mosuka/busybox.yaml
Last active September 21, 2018 20:11
Show Gist options
  • Save anis-campos/04818e671aa2f7fe78b873ad2df8186d to your computer and use it in GitHub Desktop.
Save anis-campos/04818e671aa2f7fe78b873ad2df8186d to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: busybox
spec:
containers:
- image: busybox
command:
- sleep
- "3600"
imagePullPolicy: Always
name: busybox
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment