Existing volumes allow mounting pre-existing partitions or disks that are already formatted and contain data. This is useful for migrating data from another system or reusing existing disks without reformatting them. Existing volumes match a partition or a disk using a volume selector expression. Existing volumes are mounted underDocumentation Index
Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
Use this file to discover all available pages before exploring further.
/var/mnt/<volume-name>, and this location gets automatically propagated into the kubelet container to provide additional features like subPath mounts.
Note: If you need to allocate a volume to be mounted to a container, please see User Volumes guide.
Declaring existing volumes
To declare an existing volume, append the following document to the machine configuration:MY-DATA will be mounted as under /var/mnt/my-data-volume.
The status of the volume can be checked using the following command:
ExistingVolumeConfig document from the machine configuration.
Talos will automatically unmount the volume, but it will not try to wipe the underlying data.