Skip to main content
FieldTypeDescriptionValue(s)
rebootboolReboot is a flag to indicate if the system should reboot after installation.
If not set, Talos will reboot only if the installer.image is set.
installerInstallerSpecThe installer describes the source of the installation.
provisioningProvisioningSpecThe provisioning describes how the installation disk should be provisioned.

installer

InstallerSpec describes the installer to perform the installation.
FieldTypeDescriptionValue(s)
imagestringAllows for supplying the image used to perform the installation.
Image reference for each Talos release can be found on
GitHub releases page.

If not set, it will run installer based on the current Talos version
and current schematic (this requires booting asset built by Image
Factory).

provisioning

ProvisioningSpec describes how the Physical Volumes are provisioned.
FieldTypeDescriptionValue(s)
diskSelectorDiskSelectorSpecMatches disks to initialize as physical volumes.
wipeboolIndicates if the installation disk should be wiped at installation time.
Defaults to true.
true
yes
false
no

diskSelector

DiskSelectorSpec matches disks with CEL.
FieldTypeDescriptionValue(s)
matchExpressionCEL expression matching a disk.