From bc7e3294dfccf88caf0836a5cf88aafc23f39072 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 16 Oct 2024 17:09:01 -0500 Subject: [PATCH] Disk keeps swapping on boot. Since it's the only hdd /dev/sda will do. --- kubernetes/bootstrap/talos/talconfig.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kubernetes/bootstrap/talos/talconfig.yaml b/kubernetes/bootstrap/talos/talconfig.yaml index 7d204664..3d6b7d58 100644 --- a/kubernetes/bootstrap/talos/talconfig.yaml +++ b/kubernetes/bootstrap/talos/talconfig.yaml @@ -76,8 +76,7 @@ nodes: disableSearchDomain: true ipAddress: 10.1.1.68 controlPlane: false - installDiskSelector: - busPath: /pci0000:00/0000:00:01.1/0000:02:00.0/virtio6/host6/target6:0:0/6:0:0:1/ + installDisk: /dev/sda networkInterfaces: - interface: enp5s0 dhcp: true