mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-16 23:51:29 +00:00
⚡ Specify the port of worker
This commit is contained in:
parent
5973a77cf8
commit
24ebd77183
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user