You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selenium grid helm chart helps us to deploy selenium grid into our K8S cluster, but by default data is not persistent, so for any reason pod that running hub rebooted or deleted, all existing sessions in queue will be lost, also session-node map will be lost.
so from existing helm chart i can't deploy high available selenium hub with 2 pods, also i can't use external data store advanced feature out of the box.
So i suggest to support external data store in helm, by only add db settings in values.yml.