From b3246b6ccdfeaa93e764dc265932e3f401f59315 Mon Sep 17 00:00:00 2001 From: Pavel Basov Date: Tue, 16 Dec 2025 00:00:15 +0100 Subject: [PATCH] cilium linux bridge device --- bootstrap/k0s.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap/k0s.yaml b/bootstrap/k0s.yaml index bd6084a..a65b851 100644 --- a/bootstrap/k0s.yaml +++ b/bootstrap/k0s.yaml @@ -33,6 +33,10 @@ spec: k8sServiceHost: 65.109.94.180 k8sServicePort: 6443 kubeProxyReplacement: true + devices: + - enp41s0 + - br-mgmt + directRoutingDevice: enp41s0 operator: replicas: 1 routingMode: tunnel