Skip to content

Instantly share code, notes, and snippets.

@chadmcrowell
Created July 17, 2019 19:11
Show Gist options
  • Save chadmcrowell/5f16e34d4e009894607ad33ab93d75b1 to your computer and use it in GitHub Desktop.
Save chadmcrowell/5f16e34d4e009894607ad33ab93d75b1 to your computer and use it in GitHub Desktop.
Busybox pod yaml
apiVersion: v1
kind: Pod
metadata:
name: busybox
spec:
containers:
- image: busybox:1.28.4
command:
- sleep
- "3600"
name: busybox
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment