ceph-csi/vendor/k8s.io/kubernetes/test/images/hostexec/pod.yaml

13 lines
224 B
YAML
Raw Normal View History

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