Node names now contain the cluster name, fixed kubeconfig endpoint

This commit is contained in:
Max Pfeiffer
2025-09-12 21:46:50 +02:00
parent 5076f167f9
commit f80997690c
4 changed files with 11 additions and 4 deletions

View File

@@ -70,4 +70,5 @@ resource "talos_cluster_kubeconfig" "this" {
depends_on = [talos_machine_bootstrap.this]
client_configuration = talos_machine_secrets.this.client_configuration
node = [for k, v in var.node_data.controlplanes : k][0]
endpoint = var.cluster_vip_shared_ip
}