From 6ee06f8008fca6be41164b402522d49c7a2d85e5 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 16:38:15 +0200 Subject: [PATCH] Add disk type configuration for Talos worker YAML --- talos/worker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/talos/worker.yaml b/talos/worker.yaml index 1180eda..e18a02a 100644 --- a/talos/worker.yaml +++ b/talos/worker.yaml @@ -195,6 +195,7 @@ machine: # # Look up disk using disk attributes like model, size, serial and others. diskSelector: size: '<= 1TB' # Disk size. + type: ssd # model: WDC* # Disk model `/sys/block//device/model`. # busPath: /pci0000:00/0000:00:17.0/ata1/host0/target0:0:0/0:0:0:0 # Disk bus path.