SeleniumHQ/docker-selenium
[🚀 Feature]: Allow multiple Hub pods for high availability
开放
#1,849 创建于 2023年5月15日
help wanted
仓库指标
- 星标
- (6,945 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Feature and motivation
Currently when running Selenium Grid in Kubernetes via the Helm-chart, the hub becomes unreachable when deploying changes. This is due to there only being one replica.
Given multiple replicas, a rollout will keep the hub reachable during a deploy.
Usage example
Having multiple replicas will make the Grid more robust.