feat: add Cilium IPAM annotation to agentgateway-proxy to enforce IP assignment
This commit is contained in:
@@ -3,6 +3,9 @@ kind: Gateway
|
|||||||
metadata:
|
metadata:
|
||||||
name: agentgateway-proxy
|
name: agentgateway-proxy
|
||||||
namespace: agentgateway-system
|
namespace: agentgateway-system
|
||||||
|
annotations:
|
||||||
|
# Erzwingt die IP-Zuweisung durch Cilium, auch wenn ein Cloud Provider aktiv ist
|
||||||
|
io.cilium/lb-ipam-ips: ""
|
||||||
spec:
|
spec:
|
||||||
gatewayClassName: agentgateway
|
gatewayClassName: agentgateway
|
||||||
listeners:
|
listeners:
|
||||||
|
|||||||
Reference in New Issue
Block a user