| Field | Type | Description | Value(s) |
|---|---|---|---|
reboot | bool | Reboot 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. | |
installer | InstallerSpec | The installer describes the source of the installation. | |
provisioning | ProvisioningSpec | The provisioning describes how the installation disk should be provisioned. |
installer
InstallerSpec describes the installer to perform the installation.| Field | Type | Description | Value(s) |
|---|---|---|---|
image | string | Allows 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.| Field | Type | Description | Value(s) |
|---|---|---|---|
diskSelector | DiskSelectorSpec | Matches disks to initialize as physical volumes. | |
wipe | bool | Indicates if the installation disk should be wiped at installation time. Defaults to true. | trueyesfalseno |
diskSelector
DiskSelectorSpec matches disks with CEL.| Field | Type | Description | Value(s) |
|---|---|---|---|
match | Expression | CEL expression matching a disk. |