qa-dev / jsonwire-grid

High-performance scalable implementation of Selenium Grid
MIT License
73 stars 10 forks source link

Kubernetes resources for selenium nodes #46

Closed ax3I closed 4 years ago

ax3I commented 4 years ago

Hello! Thanks for the wonderful tool, everything started up in the cluster and works fine. Is it possible to configure resources (requests, limits) for wd-node- * containers? As well as their nodeSelector, tolerations, etc.

ax3I commented 4 years ago

Ok, I configured resources by default LimitRange in namespace. Now I need to configure nodeSelector

ax3I commented 4 years ago

We used Kubernetes admission-controllers with plugins: PodTolerationRestriction and PodNodeSelector for configuration all pods in namespace. Issue closed. Thanks.

podtserkovskiy commented 4 years ago

Hi, I'm sorry for the late response. If you want to configure these parameters by the Grid config, Reopen this issue and describe the exact parameters that you want to configure.