mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-23 12:29:01 +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
|