mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 08:14:42 +00:00
Revert "Temporarily disable the PCAP capture"
This reverts commit a2da15ef2d
.
This commit is contained in:
parent
63e3d16d21
commit
56c051aac8
@ -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))
|
||||||
}
|
}
|
||||||
|
|
||||||
initializePassiveTapper(opts, outputItems, streamsMap)
|
assembler := 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