From b4bf5cb331785a190a907810b3933650864d0c8a Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 10:21:30 +0200 Subject: [PATCH] feat: add Cilium IPAM annotation to agentgateway-proxy to enforce IP assignment --- 04-agentgateway-proxy/templates/agentgateway-proxy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/04-agentgateway-proxy/templates/agentgateway-proxy.yaml b/04-agentgateway-proxy/templates/agentgateway-proxy.yaml index 8712ee1..844cdfa 100644 --- a/04-agentgateway-proxy/templates/agentgateway-proxy.yaml +++ b/04-agentgateway-proxy/templates/agentgateway-proxy.yaml @@ -3,6 +3,9 @@ kind: Gateway metadata: name: agentgateway-proxy namespace: agentgateway-system + annotations: + # Erzwingt die IP-Zuweisung durch Cilium, auch wenn ein Cloud Provider aktiv ist + io.cilium/lb-ipam-ips: "" spec: gatewayClassName: agentgateway listeners: