Add DisableCgroupIdResolution field to MiscConfig struct

This commit is contained in:
M. Mert Yildiran
2024-05-25 05:18:41 +03:00
parent af2086a54d
commit c2b73025f3
4 changed files with 10 additions and 3 deletions

View File

@@ -62,6 +62,9 @@ spec:
{{- if .Values.tap.kernelModule.enabled }}
- -kernel-module
{{- end }}
{{- if .Values.tap.misc.disableCgroupIdResolution }}
- -disable-cgroup-id-resolution
{{- end }}
{{- if .Values.tap.debug }}
- -debug
- -dumptracer

View File

@@ -122,8 +122,10 @@ tap:
trafficSampleRate: 100
tcpStreamChannelTimeoutMs: 10000
tcpStreamChannelTimeoutShow: false
disableCgroupIdResolution: false
logs:
file: ""
grep: ""
kube:
configPath: ""
context: ""