From fcdd606fdc8256841e5ab369aad0b1e3039db451 Mon Sep 17 00:00:00 2001 From: Joerg Lehmann Date: Wed, 22 Mar 2023 20:04:09 +0100 Subject: [PATCH] add capability to telegraf as there were errors after OS upgrade --- minibeielidev/minibeielidev.yaml | 2 ++ wobischdev/wobischdev.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/minibeielidev/minibeielidev.yaml b/minibeielidev/minibeielidev.yaml index db64c9f..5e5f0a4 100644 --- a/minibeielidev/minibeielidev.yaml +++ b/minibeielidev/minibeielidev.yaml @@ -97,6 +97,8 @@ spec: drop: - CAP_MKNOD - CAP_AUDIT_WRITE + add: + - CAP_NET_RAW volumeMounts: - mountPath: /data name: lorahandlerdata diff --git a/wobischdev/wobischdev.yaml b/wobischdev/wobischdev.yaml index 697dc04..114562c 100644 --- a/wobischdev/wobischdev.yaml +++ b/wobischdev/wobischdev.yaml @@ -99,6 +99,8 @@ spec: drop: - CAP_MKNOD - CAP_AUDIT_WRITE + add: + - CAP_NET_RAW volumeMounts: - mountPath: /data name: lorahandlerdata