From d5f7531c05cef5c5553cb0531f52eeef814d133f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 4 Feb 2026 22:13:45 -0600 Subject: [PATCH] feat: add l2 announcement --- .../cilium-l2-announcement-policy.yaml | 37 +++++++++---------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml b/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml index f66dd8922..e9e345eec 100644 --- a/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml +++ b/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml @@ -1,19 +1,18 @@ -# apiVersion: "cilium.io/v2alpha1" -# kind: CiliumL2AnnouncementPolicy -# metadata: -# name: general-l2-policy -# namespace: {{ .Release.Namespace }} -# labels: -# app.kubernetes.io/name: general-l2-policy -# app.kubernetes.io/instance: {{ .Release.Name }} -# app.kubernetes.io/part-of: {{ .Release.Name }} -# spec: -# nodeSelector: -# matchExpressions: -# - key: kubernetes.io/hostname -# operator: Exists -# interfaces: -# - end0 -# - enp6s0 -# externalIPs: true -# loadBalancerIPs: true +apiVersion: "cilium.io/v2alpha1" +kind: CiliumL2AnnouncementPolicy +metadata: + name: node-gateway-l2-policy + namespace: {{ .Release.Namespace }} + labels: + app.kubernetes.io/name: node-gateway-l2-policy + app.kubernetes.io/instance: {{ .Release.Name }} + app.kubernetes.io/part-of: {{ .Release.Name }} +spec: + nodeSelector: + matchLabels: + kubernetes.io/hostname: talos-ix7-xku + interfaces: + - end0 + - enp6s0 + externalIPs: true + loadBalancerIPs: true