Added and configured Gateway API

I did this when installing the cluster because cilium depends on it.
This commit is contained in:
Max Pfeiffer
2025-11-08 10:41:03 +01:00
parent f09ada6491
commit 9a073c50b7
8 changed files with 10657 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "3.0.2-rc05"
version = "3.0.2-rc04"
}
talos = {
source = "siderolabs/talos"