Results 14 comments of lirany1

Thanks :) seems like related to https://github.com/mitogen-hq/mitogen/issues/929

@balajig18 can you share your selenium-hub and selenium-node-chrome values.yaml? BTW did you implemented using helm?

> I am using a Dockerfile to build the image of Gauge then i am using: ``` containers: - name: gauge image: eu.gcr.io/my-ci/gauge:$gaugeVersion command: [cat] tty: true imagePullPolicy: Always volumeMounts:...

@mertyildiran hi i am using 38.5 version and got the same issue ``` 2023-02-23T18:55:36+02:00 INF tapRunner.go:84 > Waiting for the creation of Kubeshark resources... 2023-02-23T18:55:36+02:00 INF createResources.go:110 > Successfully created...

I tried to use version 37 instead and it works till it failing with this error: ``` [2023-03-20T14:27:54.758+0000] INFO ▶ Websocket event - Browser socket connected, socket ID: 4 ▶...

> Please try [version 39.5](https://github.com/kubeshark/kubeshark/releases/tag/39.5) might be related to a bug that's fixed in [#1323 (comment)](https://github.com/kubeshark/kubeshark/issues/1323#issuecomment-1484239637). Still same issue here

I got ``` kubectl apply -f kubeshark-worker-svc.yaml The Service "kubeshark-worker" is invalid: spec.ports[0].nodePort: Invalid value: 8897: provided port is not in the valid range. The range of valid ports is...

> @lirany1 please try changing `port` of `worker` in [`config.yaml`](https://docs.kubeshark.co/en/config): > > ```yaml > tap: > proxy: > worker: > port: 8897 > srvport: 8897 > hub: > port: 8898...