Trying out more mounts.
This commit is contained in:
parent
885faed06d
commit
6b09a3b038
1 changed files with 37 additions and 8 deletions
|
@ -69,17 +69,46 @@ spec:
|
||||||
- path: /app/zfs-scrub.sh
|
- path: /app/zfs-scrub.sh
|
||||||
subPath: zfs-scrub.sh
|
subPath: zfs-scrub.sh
|
||||||
readOnly: true
|
readOnly: true
|
||||||
procfs:
|
|
||||||
type: hostPath
|
|
||||||
hostPath: /proc
|
|
||||||
hostPathType: Directory
|
|
||||||
globalMounts:
|
|
||||||
- path: /host/proc
|
|
||||||
readOnly: true
|
|
||||||
netfs:
|
netfs:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /sys
|
hostPath: /sys
|
||||||
hostPathType: Directory
|
hostPathType: Directory
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /host/net
|
- path: /sys
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
dev:
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /dev
|
||||||
|
hostPathType: Directory
|
||||||
|
globalMounts:
|
||||||
|
- path: /dev
|
||||||
|
modules:
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /lib/modules
|
||||||
|
hostPathType: ""
|
||||||
|
globalMounts:
|
||||||
|
- path: /lib/modules
|
||||||
|
udev:
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /run/udev
|
||||||
|
hostPathType: ""
|
||||||
|
globalMounts:
|
||||||
|
- path: /run/udev
|
||||||
|
localtime:
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /etc/localtime
|
||||||
|
hostPathType: ""
|
||||||
|
globalMounts:
|
||||||
|
- path: /etc/localtime
|
||||||
|
host:
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /
|
||||||
|
hostPathType: Directory
|
||||||
|
globalMounts:
|
||||||
|
- path: /host
|
||||||
|
efivars:
|
||||||
|
type: hostPath
|
||||||
|
hostPath: /sys/firmware/efi/efivars
|
||||||
|
hostPathType: ""
|
||||||
|
globalMounts:
|
||||||
|
- path: /sys/firmware/efi/efivars
|
||||||
|
|
Loading…
Reference in a new issue