kedacore / keda

KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes
https://keda.sh
Apache License 2.0
8.36k stars 1.06k forks source link

Allow to scale differently sized browser nodes on selenium-grid scaler #6080

Open rubroboletus opened 1 month ago

rubroboletus commented 1 month ago

Proposal

Currently the selenium-grid scaler needs exactly same sizing for every browser node with any browser / platform combination. We are in situation, where windows browser nodes are static and linux browser nodes are scaled by KEDA. Size of our Windows nodes is 4 browser slots / node with two browsers on each. But we wanna to scale linux nodes with just one slot and one browser per pod. In current situation it does not work well, because KEDA supposes, that all browser nodes are same size. We like to have ability to set browser node size for browser / platform combination and be able to read this size from grid, when at least one node of such combination is up.

Use-Case

No response

Is this a feature you are interested in implementing yourself?

Yes

Anything else?

No response

zroubalik commented 2 weeks ago

Sounds reasonable :)