k3s/test/images/hostexec/pod.yaml

13 lines
224 B
YAML
Raw Normal View History

2015-10-18 21:26:42 +00:00
apiVersion: v1
kind: Pod
metadata:
name: hostexec
labels:
app: hostexec
spec:
containers:
- name: hostexec
image: gcr.io/kubernetes-e2e-test-images/hostexec-amd64:1.0
2015-10-18 21:26:42 +00:00
securityContext:
hostNetwork: true