mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-10 04:48:43 +00:00
Moving to eBPF as a default packet capture method.
Making default packet capture method eBPF, defaulting to AF_PACKET in case eBPF is not available
This commit is contained in:
parent
7eb35a4e11
commit
818a9e2bec
@ -81,7 +81,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
- -procfs
|
- -procfs
|
||||||
- /hostproc
|
- /hostproc
|
||||||
{{- if ne .Values.tap.packetCapture "ebpf" }}
|
{{- if eq .Values.tap.packetCapture "af_packet" }}
|
||||||
- -disable-ebpf
|
- -disable-ebpf
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.tap.resourceGuard.enabled }}
|
{{- if .Values.tap.resourceGuard.enabled }}
|
||||||
@ -192,7 +192,7 @@ spec:
|
|||||||
- ./tracer
|
- ./tracer
|
||||||
- -procfs
|
- -procfs
|
||||||
- /hostproc
|
- /hostproc
|
||||||
{{- if ne .Values.tap.packetCapture "ebpf" }}
|
{{- if eq .Values.tap.packetCapture "af_packet" }}
|
||||||
- -disable-ebpf
|
- -disable-ebpf
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.tap.disableTlsLog }}
|
{{- if .Values.tap.disableTlsLog }}
|
||||||
|
Loading…
Reference in New Issue
Block a user