apiVersion: v1 kind: Pod metadata: name: alpine spec: containers: - name: alpine image: smcquay/alpine:v0.0.1 command: - /bin/sh - "-c" - "sleep 60m"