-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
K8s: Distributor uses Greedy algo as slot selector strategy in autoscaling #2875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Feedback 🧐(Feedback updated until commit c146faf)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
311f2db
to
afe068d
Compare
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
afe068d
to
88646b1
Compare
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Add the implementation in Grid core to Docker and Helm chart - SeleniumHQ/selenium#15897 ([grid] Add GreedySlotSelector as a built-in slot-selector option)
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement
Description
Add slot selector strategy configuration for Selenium Grid
Enable GreedySlotSelector as default for autoscaling scenarios
Support slot selector in Hub, Distributor, and Standalone modes
Update Helm chart with new configuration options
Changes diagram
Changes walkthrough 📝
6 files
Add slot selector environment variable support
Add slot selector environment variable support
Add slot selector environment variable support
Add slot selector strategy helper template
Configure slot selector environment variable
Configure slot selector environment variable
1 files
Document new slot selector configuration options
1 files
Add slot selector configuration with defaults
1 files