Added Cilium as CNI

This commit is contained in:
Max Pfeiffer
2025-09-16 08:15:45 +02:00
parent c3a4273100
commit a8254f4f5c
6 changed files with 101 additions and 30 deletions

View File

@@ -25,6 +25,11 @@ variable "talos_version" {
default = "1.11.1"
}
variable "kubernetes_version" {
type = string
default = "1.34.0"
}
variable "talos_linux_iso_image_url" {
description = "URL of the Talos ISO image for initially booting the VM"
type = string
@@ -40,7 +45,7 @@ variable "talos_linux_iso_image_filename" {
variable "cluster_name" {
description = "A name to provide for the Talos cluster"
type = string
default = "talos"
default = "talos"
}
variable "cluster_vip_shared_ip" {