From 46fd91c09af5105188b5efa243682e3fb1ecc25a Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Tue, 25 Jun 2024 12:07:54 +0800 Subject: [PATCH] fix(cilium): switch to br0 --- .../_networking/cilium/app/config/biohazard/helm-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml b/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml index bcc9bf1e81..d76f6e5983 100644 --- a/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml +++ b/kube/deploy/core/_networking/cilium/app/config/biohazard/helm-values.yaml @@ -34,7 +34,7 @@ cluster: ## NOTE: Cilium's routing modes for inter-nodes pod traffic routingMode: native -devices: 'enp1s0' # use specific VLAN # TODO: figure out how to regex to match all interfaces with VLAN 58 +devices: 'br0' # use specific VLAN # TODO: figure out how to regex to match all interfaces with VLAN 58 autoDirectNodeRoutes: true ipv4NativeRoutingCIDR: "${IP_POD_CIDR_V4}" loadBalancer: