mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-18 16:38:38 +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
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
kubesharkCmd := []string{
|
kubesharkCmd := []string{"./worker", "-i", "any", "-port", "8897"}
|
||||||
"./worker",
|
|
||||||
"-i", "any",
|
|
||||||
}
|
|
||||||
|
|
||||||
if serviceMesh {
|
if serviceMesh {
|
||||||
kubesharkCmd = append(kubesharkCmd, "--servicemesh")
|
kubesharkCmd = append(kubesharkCmd, "--servicemesh")
|
||||||
|
Loading…
Reference in New Issue
Block a user