From 0ab2f2eb2cf3f0aa4bee53316edb4cd584b56999 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Sat, 25 Jul 2026 10:16:02 +0200 Subject: [PATCH] cilium: tryfix l2a policy --- kubernetes/system/cilium/l2-announcement.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kubernetes/system/cilium/l2-announcement.yaml b/kubernetes/system/cilium/l2-announcement.yaml index be22025..eaace8b 100644 --- a/kubernetes/system/cilium/l2-announcement.yaml +++ b/kubernetes/system/cilium/l2-announcement.yaml @@ -11,10 +11,8 @@ metadata: name: default-l2-announcement namespace: kube-system spec: - # Announce IPs for LoadBalancer services and pod IPs (for external reachability). + # Announce IPs for LoadBalancer services. loadBalancerIPs: true - # Also announce the node's own IPs (optional, useful for node-local services). - nodeIPs: false # Announce externalIPs assigned to services. externalIPs: true # Which interfaces to announce on. empty = all interfaces.