Skip to content

Instantly share code, notes, and snippets.

@mosuka
Created March 3, 2016 02:38
Show Gist options
  • Save mosuka/dd402b12513fa88f323c to your computer and use it in GitHub Desktop.
Save mosuka/dd402b12513fa88f323c to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: busybox
namespace: default
spec:
containers:
- image: busybox
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
@saadlu
Copy link

saadlu commented Oct 10, 2018

thank you - was looking for this from my training video.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment