EPHEMERAL
Volume
The EPHEMERAL
volume is a system volume that is used for storing ephemeral data, such as container data, downloaded images, logs, and etcd
data (for controlplane nodes).
Note: The volume configuration in the machine configuration is only applied when the volume has not been provisioned yet. So applying changes after the initial provisioning will not have any effect.To configure the
EPHEMERAL
(/var
) volume, append the following document to the machine configuration:
VolumeConfig
resource is optional, and if a field is not specified, the default value is used.
The default built-in values are:
EPHEMERAL
volume is provisioned on the system disk, which is the disk where Talos Linux is installed.
It has a minimum size of 2 GiB and automatically grows to utilize the maximum available space on the disk.
If you would like to keep the EPHEMERAL
volume on the system disk but limit its size to 40 GiB, you can set the maxSize
field to 40GiB
:
EPHEMERAL
on a different disk, you can set the diskSelector
field to select the desired disk: