mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-04 10:11:24 +00:00
Temporarily disable the PCAP capture
This commit is contained in:
parent
e453947b12
commit
a2da15ef2d
@ -89,8 +89,8 @@ func StartPassiveTapper(opts *TapOpts, outputItems chan *api.OutputChannelItem,
|
|||||||
diagnose.StartMemoryProfiler(os.Getenv(MemoryProfilingDumpPath), os.Getenv(MemoryProfilingTimeIntervalSeconds))
|
diagnose.StartMemoryProfiler(os.Getenv(MemoryProfilingDumpPath), os.Getenv(MemoryProfilingTimeIntervalSeconds))
|
||||||
}
|
}
|
||||||
|
|
||||||
assembler := initializePassiveTapper(opts, outputItems, streamsMap)
|
initializePassiveTapper(opts, outputItems, streamsMap)
|
||||||
go startPassiveTapper(streamsMap, assembler)
|
// go startPassiveTapper(streamsMap, assembler)
|
||||||
}
|
}
|
||||||
|
|
||||||
func UpdateTapTargets(newTapTargets []v1.Pod) {
|
func UpdateTapTargets(newTapTargets []v1.Pod) {
|
||||||
|
Loading…
Reference in New Issue
Block a user