Skip to content

Commit

Permalink
Use eBPF as a traffic capture source by default if cgroup V2 is enabl…
Browse files Browse the repository at this point in the history
…ed. (#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`
  • Loading branch information
alongir committed May 1, 2024
1 parent f017020 commit f4e2d2f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions helm-chart/templates/09-worker-daemon-set.yaml
Expand Up @@ -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
Expand Down Expand Up @@ -154,9 +151,6 @@ spec:
- ./tracer
- -procfs
- /hostproc
{{- if ne .Values.tap.packetCapture "ebpf" }}
- -disable-ebpf
{{- end }}
{{- if .Values.tap.debug }}
- -debug
{{- end }}
Expand Down

0 comments on commit f4e2d2f

Please sign in to comment.