Skip to content

Commit

Permalink
as eBPF is a significant feature that can impact many users, this PR …
Browse files Browse the repository at this point in the history
…is meant (#1532)

to provide it NOT as the default option, but require an explicit indication
to use it. To use eBPF instead of AF-PACKET or PF-RING, use:
--set tap.packetCapture=ebpf
  • Loading branch information
alongir committed Apr 18, 2024
1 parent 6b6915c commit 53c3dab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-chart/templates/09-worker-daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ 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

0 comments on commit 53c3dab

Please sign in to comment.