hw.k8s/debug.yaml

13 lines
188 B
YAML
Raw Normal View History

2018-02-01 16:39:42 -08:00
apiVersion: v1
kind: Pod
metadata:
name: alpine
spec:
containers:
- name: alpine
image: smcquay/alpine:v0.0.1
command:
- /bin/sh
- "-c"
- "sleep 60m"