mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-04 12:10:20 +00:00
13 lines
224 B
YAML
13 lines
224 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: hostexec
|
||
|
labels:
|
||
|
app: hostexec
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: hostexec
|
||
|
image: gcr.io/kubernetes-e2e-test-images/hostexec-amd64:1.0
|
||
|
securityContext:
|
||
|
hostNetwork: true
|