Back to Talos

ExternalVolumeConfig

website/content/v1.13/reference/configuration/block/externalvolumeconfig.md

1.13.01.6 KB
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: ExternalVolumeConfig name: mount1 # Name of the mount. filesystemType: virtiofs # Filesystem type.

The mount describes additional mount options.

mount: # Virtiofs mount options. virtiofs: tag: Data # Selector tag for the Virtiofs mount. {{< /highlight >}}

FieldTypeDescriptionValue(s)
namestringName of the mount.

Name might be between 1 and 34 characters long and can only contain: lowercase and uppercase ASCII letters, digits, and hyphens. | | |filesystemType |FilesystemType |Filesystem type. |virtiofs | |mount |<a href="#ExternalVolumeConfig.mount">ExternalMountSpec</a> |The mount describes additional mount options. | |

mount {#ExternalVolumeConfig.mount}

ExternalMountSpec describes how the external volume is mounted.

FieldTypeDescriptionValue(s)
readOnlyboolMount the volume read-only.
disableAccessTimeboolIf true, disable file access time updates.
secureboolEnable secure mount options (nosuid, nodev).

Defaults to true for better security. | | |virtiofs |<a href="#ExternalVolumeConfig.mount.virtiofs">VirtiofsMountSpec</a> |Virtiofs mount options. | |

virtiofs {#ExternalVolumeConfig.mount.virtiofs}

VirtiofsMountSpec describes Virtiofs mount options.

FieldTypeDescriptionValue(s)
tagstringSelector tag for the Virtiofs mount.