e-dsouza
e-dsouza
@ablok try adjusting config on yaml for CPU and memory.. something like this... containers: resources: limits: cpu: 2300m memory: 2600Mi requests: cpu: 1410m memory: 1300Mi
@pujagani Thanks for your response. This is the command I ran to register node to hub java -jar selenium-server-4.20.0.jar node --publish-events tcp://publish-events-xxx-xxx.apps.ocp4-xxx.xxxint.net:443 --subscribe-events tcp://subscribe-events-xxx- xxxx.apps.ocp4-xxx.xxxint.net:443 I do not have any...
Okay, I'll have to check OCP team, I believe, how to run container in debug mode. My guess is that the OCP route isnt getting right response from hub so...
Okay. it doesnt give 5xx but should it not give valid one? again I am just guessing 000 converted to 502 by route $ curl -o /dev/null -s -w "%{http.code}\n"...
Okay, I may need to check OCP route? My command is doing TCP using route url java -jar selenium-server-4.20.0.jar node --publish-events tcp://publish-events-xxxx-xxxx.apps.ocp4- xxx.xxxint.net:443 --subscribe-events tcp://subscribe-events-xxx-xxxx.apps.ocp4-xxxx.xxxint.net:443
This isn't resolved yet. I'm still working with OCP admin team to assist with 502 gateway error. So far no positive outcome.