13 lines
224 B
YAML
Raw Normal View History

2018-01-09 13:57:14 -05:00
apiVersion: v1
kind: Pod
metadata:
name: hostexec
labels:
app: hostexec
spec:
containers:
- name: hostexec
2018-03-06 17:33:18 -05:00
image: gcr.io/kubernetes-e2e-test-images/hostexec-amd64:1.1
2018-01-09 13:57:14 -05:00
securityContext:
hostNetwork: true