8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
12 lines
209 B
YAML
12 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
|