From a40b5916ea0689d8be07f2eb66037a0140dc5e34 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Feb 2026 13:53:44 -0600 Subject: [PATCH] fix: change devices --- .../helm/cilium/templates/cilium-l2-announcement-policy.yaml | 2 +- clusters/cl01tl/helm/cilium/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 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 1bc8e2693..ddca45ede 100644 --- a/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml +++ b/clusters/cl01tl/helm/cilium/templates/cilium-l2-announcement-policy.yaml @@ -12,6 +12,6 @@ spec: matchLabels: kubernetes.io/hostname: talos-ix7-xku interfaces: - - "^enp.*" + - enp6s0 externalIPs: true loadBalancerIPs: true diff --git a/clusters/cl01tl/helm/cilium/values.yaml b/clusters/cl01tl/helm/cilium/values.yaml index 12a1b8609..790bc5bb8 100644 --- a/clusters/cl01tl/helm/cilium/values.yaml +++ b/clusters/cl01tl/helm/cilium/values.yaml @@ -37,7 +37,7 @@ cilium: mode: "default" bpf: hostLegacyRouting: true - devices: '^(enp|end|eth)[0-9a-z]*' + devices: end0 enp6s0 enableK8sEndpointSlice: true ciliumEndpointSlice: enabled: true