mount_options Block
Placement | volume -> mount_options |
Options for mounting file-system
volumes that don't already have a
pre-formatted file system.
This block will be validated during volume creation against the capability
field. The mount_options
provided in a job specification's volume
block
will override this block. Consult the documentation for your storage provider
and CSI plugin as to whether these options are required or necessary.
mount_options
Parameters
fs_type
(string <optional>)
- File system type (ex."ext4"
)mount_flags
([]string: <optional>)
- The flags passed tomount
(ex.["ro", "noatime"]
)