fix: qemu ip

This commit is contained in:
2026-04-13 19:11:12 +02:00
parent ea4384eac8
commit 19c1d5e0aa
2 changed files with 9 additions and 10 deletions

View File

@@ -162,7 +162,7 @@ data "talos_client_configuration" "this" {
endpoints = local.controlplane_endpoints
}
# Apply configuration to control plane nodes via DHCP IPs
# Apply configuration to control plane nodes via current IPs from QEMU agent
resource "talos_machine_configuration_apply" "controlplane" {
count = var.controlplane_count
@@ -202,7 +202,7 @@ resource "talos_machine_configuration_apply" "controlplane" {
depends_on = [time_sleep.wait_for_vms]
}
# Apply configuration to worker nodes via DHCP IPs
# Apply configuration to worker nodes via current IPs from QEMU agent
resource "talos_machine_configuration_apply" "worker" {
count = var.worker_count