From d8d11ef779c3dd4ec6f404bca9d5155612197bf9 Mon Sep 17 00:00:00 2001 From: Joerg Lehmann Date: Wed, 22 Mar 2023 20:02:52 +0100 Subject: [PATCH] add capability to telegraf as there were errors after OS upgrade --- minibeieli/minibeieli.yaml | 2 ++ wobisch/wobisch.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/minibeieli/minibeieli.yaml b/minibeieli/minibeieli.yaml index 1fcea5d..7f01a1b 100644 --- a/minibeieli/minibeieli.yaml +++ b/minibeieli/minibeieli.yaml @@ -97,6 +97,8 @@ spec: drop: - CAP_MKNOD - CAP_AUDIT_WRITE + add: + - CAP_NET_RAW volumeMounts: - mountPath: /data name: lorahandlerdata diff --git a/wobisch/wobisch.yaml b/wobisch/wobisch.yaml index 4c3c29f..5774390 100644 --- a/wobisch/wobisch.yaml +++ b/wobisch/wobisch.yaml @@ -100,6 +100,8 @@ spec: drop: - CAP_MKNOD - CAP_AUDIT_WRITE + add: + - CAP_NET_RAW volumeMounts: - mountPath: /data name: lorahandlerdata