mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 08:14:42 +00:00
add net capabilities for tracer (#1525)
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
parent
0f402789f1
commit
b39c5dd5d3
@ -179,6 +179,9 @@ spec:
|
|||||||
{{- range .Values.tap.capabilities.ebpfCapture }}
|
{{- range .Values.tap.capabilities.ebpfCapture }}
|
||||||
{{ print "- " . }}
|
{{ print "- " . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- range .Values.tap.capabilities.networkCapture }}
|
||||||
|
{{ print "- " . }}
|
||||||
|
{{- end }}
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
Loading…
Reference in New Issue
Block a user