feat: Add GatewayAPI support to cluster bootstrap

This commit is contained in:
Peter 2025-10-29 21:07:54 +01:00
parent 7d3c60325f
commit bd50783229
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
6 changed files with 11 additions and 2 deletions

View file

@ -3,6 +3,7 @@ variable "node_config" {
type = object({
ipv4_gateway = string
talos_version = string
gateway_api_version = string
cilium_version = string
cluster_name = string
kubernetes_version = string