Revert "Temporarily disable the PCAP capture"

This reverts commit a2da15ef2d.
This commit is contained in:
M. Mert Yildiran 2022-06-02 06:10:58 +03:00
parent 63e3d16d21
commit 56c051aac8

View File

@ -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) {