apiVersion: v1
kind: Pod
metadata:
name: busybox
spec:
containers:
- image: gcr.io/google-containers/busybox
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
restartPolicy: Always