From 22bdbda718bab2148531c924ddee7fe94c740d97 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Mon, 9 Oct 2023 19:56:29 +0300 Subject: [PATCH] :hammer: Add `NET_RAW` and `NET_ADMIN` capabilities to `tracer` container --- helm-chart/templates/09-worker-daemon-set.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index eb02e13a3..e39ceeb7c 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -125,6 +125,8 @@ spec: securityContext: capabilities: add: + - NET_RAW + - NET_ADMIN - SYS_ADMIN - SYS_PTRACE - DAC_OVERRIDE