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

@@ -6,6 +6,8 @@ proxmox_target_node = "your proxmox node"
proxmox_storage_device = "samsung-ssd"
# Talos Linux
# Talos version needs to correspond to the install_image version in node_data
# See: https://github.com/siderolabs/terraform-provider-talos/blob/main/docs/data-sources/machine_configuration.md
talos_version = "1.11.1"
# With these variables you can configure the ISO images which are uploaded to Proxmox for initially booting the VMs
talos_linux_iso_image_url = "https://factory.talos.dev/image/ce4c980550dd2ab1b17bbf2b08801c7eb59418eafe8f279833297925d67c7515/v1.11.1/nocloud-amd64.iso"