Add /host to ssh debug pod

This commit is contained in:
2025-07-27 21:06:40 +02:00
parent 660acfd4b3
commit 82838785f9

View File

@@ -40,6 +40,20 @@ spec:
value: "22" value: "22"
securityContext: securityContext:
privileged: true privileged: true
volumeMounts:
- mountPath: /dev
name: dev
- mountPath: /host
name: host
volumes:
- name: host
hostPath:
path: /
type: Directory
- name: dev
hostPath:
path: /dev
type: Directory
--- ---
apiVersion: v1 apiVersion: v1
kind: Service kind: Service