From f4e2d2f9ca3e4dc2a6a57b020c6d9ea9988b5a87 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Wed, 1 May 2024 16:30:03 -0700 Subject: [PATCH] Use eBPF as a traffic capture source by default if cgroup V2 is enabled. (#1540) This behavior can be reversed by setting the `tap.packetCapture` to a specific source or manually adding the command line property: `-disable-ebpf` to both the `worker` and the `tracer` --- helm-chart/templates/09-worker-daemon-set.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index a86d3a12f..04e5a19ab 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -62,9 +62,6 @@ spec: {{- if .Values.tap.kernelModule.enabled }} - -kernel-module {{- end }} - {{- if ne .Values.tap.packetCapture "ebpf" }} - - -disable-ebpf - {{- end }} {{- if .Values.tap.debug }} - -debug - -dumptracer @@ -154,9 +151,6 @@ spec: - ./tracer - -procfs - /hostproc - {{- if ne .Values.tap.packetCapture "ebpf" }} - - -disable-ebpf - {{- end }} {{- if .Values.tap.debug }} - -debug {{- end }}