fix: qemu ip
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user