From 3ed9bab8640a1bd963337c8dedf11b63bf6a6d71 Mon Sep 17 00:00:00 2001 From: Tine Date: Thu, 20 Feb 2025 20:40:30 +0100 Subject: [PATCH] fix(k8s.tjo.cloud): boot order --- k8s.tjo.cloud/modules/cluster/proxmox.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s.tjo.cloud/modules/cluster/proxmox.tf b/k8s.tjo.cloud/modules/cluster/proxmox.tf index dc399a4..37fee81 100644 --- a/k8s.tjo.cloud/modules/cluster/proxmox.tf +++ b/k8s.tjo.cloud/modules/cluster/proxmox.tf @@ -82,6 +82,8 @@ resource "proxmox_virtual_environment_vm" "nodes" { timeout_reboot = 60 timeout_create = 120 + boot_order = ["virtio0", "ide3", "net0"] + cpu { cores = each.value.cores type = "host"