Skip to main content
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.
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.
filesystemTypeFilesystemTypeFilesystem type.virtiofs
nfs
mountExternalMountSpecThe mount describes additional mount options.

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.
virtiofsVirtiofsMountSpecVirtiofs mount options.

virtiofs

VirtiofsMountSpec describes Virtiofs mount options.
FieldTypeDescriptionValue(s)
tagstringSelector tag for the Virtiofs mount.