Fixed cluster name in example

This commit is contained in:
Max Pfeiffer
2026-02-01 09:41:44 +01:00
parent 373fa0541d
commit c1476adae7

View File

@@ -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_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" talos_linux_iso_image_filename = "talos-linux-v1.11.6-qemu-guest-agent-amd64.iso"
# Name of the cluster # 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/ # 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" cluster_vip_shared_ip = "192.168.10.100"
# The node configuration, adjust it to your liking # The node configuration, adjust it to your liking