mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-29 13:54:52 +00:00
Disable TCP dissector by default (#1583)
TCP dissector can be added as a helm value. This dissector shouldn't be used in production clusters, as enabling this dissector will consume enormous amounts of CPU and memory. TODO: Have the TCP dissector adhere to pod targeting rules.
This commit is contained in:
parent
ec616cb32c
commit
be96d4e099
@ -82,7 +82,7 @@ func CreateDefaultConfig() ConfigStruct {
|
|||||||
"redis",
|
"redis",
|
||||||
"sctp",
|
"sctp",
|
||||||
"syscall",
|
"syscall",
|
||||||
"tcp",
|
// "tcp",
|
||||||
"ws",
|
"ws",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user