From c1476adae77c7d6f4b592b46c49e82a3112e572c Mon Sep 17 00:00:00 2001 From: Max Pfeiffer Date: Sun, 1 Feb 2026 09:41:44 +0100 Subject: [PATCH] Fixed cluster name in example --- proxmox/configuration.auto.tfvars.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/configuration.auto.tfvars.example b/proxmox/configuration.auto.tfvars.example index 76e66e6..e652abd 100644 --- a/proxmox/configuration.auto.tfvars.example +++ b/proxmox/configuration.auto.tfvars.example @@ -14,7 +14,7 @@ kubernetes_version = "1.34.2" talos_linux_iso_image_url = "https://factory.talos.dev/image/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515/v1.11.6/nocloud-amd64.iso" talos_linux_iso_image_filename = "talos-linux-v1.11.6-qemu-guest-agent-amd64.iso" # Name of the cluster -cluster_name = "your cluster name" +cluster_name = "your-cluster-name" # VIP address for the control planes, see https://www.talos.dev/v1.11/talos-guides/network/vip/ cluster_vip_shared_ip = "192.168.10.100" # The node configuration, adjust it to your liking