Files
kubernetes/test/images/hostexec/pod.yaml
Dr. Stefan Schimanski 862143fc62 Add hostexec test image
2015-11-11 22:48:56 +01:00

13 lines
209 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: hostexec
labels:
app: hostexec
spec:
containers:
- name: hostexec
image: gcr.io/google_containers/hostexec:1.2
securityContext:
hostNetwork: true