From e1269fc6bed70f4adf09ea737c88ab459299c426 Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Wed, 31 Jan 2024 16:33:27 -0500 Subject: [PATCH] fix: add cilium devices and enableRuntimeDeviceDetection Signed-off-by: Devin Buhl --- .../main/playbooks/templates/custom-cilium-helmchart.yaml.j2 | 2 ++ kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml.j2 b/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml.j2 index 7bb49e48cd382..41da2a5695221 100644 --- a/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml.j2 +++ b/ansible/main/playbooks/templates/custom-cilium-helmchart.yaml.j2 @@ -23,6 +23,8 @@ spec: containerRuntime: integration: containerd socketPath: /var/run/k3s/containerd/containerd.sock + devices: enp7s0 + enableRuntimeDeviceDetection: true endpointRoutes: enabled: true hubble: diff --git a/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml index 456d3ad712c15..4989c15f17d0a 100644 --- a/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/main/apps/kube-system/cilium/app/helmrelease.yaml @@ -38,6 +38,8 @@ spec: containerRuntime: integration: containerd socketPath: /var/run/k3s/containerd/containerd.sock + devices: enp7s0 + enableRuntimeDeviceDetection: true endpointRoutes: enabled: true hubble: