mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
13 lines
209 B
YAML
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
|