From 806aa12feb7f3e2ad836b3371126f76190971acd Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Sat, 1 Jun 2024 16:33:13 +0300 Subject: [PATCH] Run `make generate-manifests` --- manifests/complete.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/manifests/complete.yaml b/manifests/complete.yaml index 458a6ecf8..6c1132c73 100644 --- a/manifests/complete.yaml +++ b/manifests/complete.yaml @@ -436,19 +436,6 @@ spec: name: kubeshark-worker-daemon-set namespace: kubeshark spec: - initContainers: - - name: load-pf-ring - image: kubeshark/pf-ring-module:all - imagePullPolicy: Always - securityContext: - capabilities: - add: - - SYS_MODULE - drop: - - ALL - volumeMounts: - - name: lib-modules - mountPath: /lib/modules containers: - command: - ./worker @@ -464,7 +451,7 @@ spec: - -servicemesh - -procfs - /hostproc - - -kernel-module + - -disable-ebpf image: 'docker.io/kubeshark/worker:v52.3.59' imagePullPolicy: Always name: sniffer @@ -531,6 +518,7 @@ spec: - ./tracer - -procfs - /hostproc + - -disable-ebpf image: 'docker.io/kubeshark/worker:v52.3.59' imagePullPolicy: Always name: tracer