Add --nodefrag flag to the tapper and bring in the main AMQP code

This commit is contained in:
M. Mert Yildiran
2021-08-21 10:44:08 +03:00
parent 5b3f63dd28
commit 0c2140e11b
4 changed files with 345 additions and 2 deletions

View File

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