mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-26 13:04:13 +00:00
⚡ Specify the port of worker
This commit is contained in:
@@ -798,10 +798,7 @@ func (provider *Provider) ApplyWorkerDaemonSet(ctx context.Context, namespace st
|
||||
return err
|
||||
}
|
||||
|
||||
kubesharkCmd := []string{
|
||||
"./worker",
|
||||
"-i", "any",
|
||||
}
|
||||
kubesharkCmd := []string{"./worker", "-i", "any", "-port", "8897"}
|
||||
|
||||
if serviceMesh {
|
||||
kubesharkCmd = append(kubesharkCmd, "--servicemesh")
|
||||
|
Reference in New Issue
Block a user