Node names now contain the cluster name, fixed kubeconfig endpoint
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user