Node doesn't register with hub when autoscaling is enabled. #2615
Replies: 2 comments 8 replies
-
Looks like image tag 120.0 was using an old selenium-server.jar to start Node, where a config is not compatible with latest Hub 4.28.0 |
Beta Was this translation helpful? Give feedback.
-
@VietND96 : With this configuration, the node pod gets terminated saying "Can only specify option --session-timeout once." as session-timeout is getting added twice. I checked removing the explicit env var and the session timeout is being used with default value of 300 for node. 2025-01-29 09:04:57,244 INFO Included extra file "/etc/supervisor/conf.d/selenium.conf" during parsing [server] [[node.driver-configuration]] Starting Selenium Grid Node... 2025-01-29 09:04:59,253 INFO exited: selenium-node (exit status 0; expected) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am unsing below values.yaml to install helm chart (0.39.1) on minikube for learning. However, the node pod (Chrome in this case) stucks at "Sending Registration Event". But when the autoscaling is disabled, I can see the node available to use. What am I missing to establing the connectivity between node and hub with autoscaling enabled.
Upon checking the logs in Hub, I see below exception which I feel is not related to node register
Thank you
Beta Was this translation helpful? Give feedback.
All reactions