mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-19 10:48:59 +00:00
🚑 Fix the Hub WebSocket address flag of Worker
This commit is contained in:
parent
168234598a
commit
17baad57a6
@ -831,7 +831,7 @@ func (provider *Provider) ApplyWorkerDaemonSet(ctx context.Context, namespace st
|
|||||||
kubesharkCmd := []string{
|
kubesharkCmd := []string{
|
||||||
"./worker",
|
"./worker",
|
||||||
"-i", "any",
|
"-i", "any",
|
||||||
"--api-server-address", fmt.Sprintf("ws://%s/wsWorker", hubPodIp),
|
"--hub-ws-address", fmt.Sprintf("ws://%s/wsWorker", hubPodIp),
|
||||||
"--nodefrag",
|
"--nodefrag",
|
||||||
"--max-live-streams", strconv.Itoa(maxLiveStreams),
|
"--max-live-streams", strconv.Itoa(maxLiveStreams),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user