Temporarily disable the PCAP capture

This commit is contained in:
M. Mert Yildiran 2022-06-01 14:25:23 +03:00
parent e453947b12
commit a2da15ef2d
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A

View File

@ -89,8 +89,8 @@ func StartPassiveTapper(opts *TapOpts, outputItems chan *api.OutputChannelItem,
diagnose.StartMemoryProfiler(os.Getenv(MemoryProfilingDumpPath), os.Getenv(MemoryProfilingTimeIntervalSeconds))
}
assembler := initializePassiveTapper(opts, outputItems, streamsMap)
go startPassiveTapper(streamsMap, assembler)
initializePassiveTapper(opts, outputItems, streamsMap)
// go startPassiveTapper(streamsMap, assembler)
}
func UpdateTapTargets(newTapTargets []v1.Pod) {