mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-19 07:37:22 +00:00
Add --nodefrag flag to the tapper and bring in the main AMQP code
This commit is contained in:
@@ -578,6 +578,7 @@ func (provider *Provider) ApplyMizuTapperDaemonSet(ctx context.Context, namespac
|
||||
"-i", "any",
|
||||
"--tap",
|
||||
"--api-server-address", fmt.Sprintf("ws://%s/wsTapper", apiServerPodIp),
|
||||
"--nodefrag"
|
||||
}
|
||||
if tapOutgoing {
|
||||
mizuCmd = append(mizuCmd, "--anydirection")
|
||||
|
||||
Reference in New Issue
Block a user