-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Experimental: Selenium Grid scaler in K8s implementation preview #2400
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
fc9f8ff
to
0ced319
Compare
Signed-off-by: Viet Nguyen Duc <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merged
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
Motivation and Context
Introduction
Selenium Grid Scaler is a built-in scaler is maintained in upstream KEDA repository. The scaler implementation could be found here. The official docs of the scaler could be seen here.
Now, SeleniumHQ/docker-selenium involves as the maintainer for the scaler.
In order to deliver and get feedback continuously on any new bug fixes, improvement, or features for the Selenium Grid scaler. We select the latest stable version of KEDA core, patch the scaler implementation then build and deploy KEDA container images following our image tag convention.
The stable implementation will be merged to the upstream KEDA repository frequently and will be available in the next KEDA core release.
Read more: https://github.com/SeleniumHQ/docker-selenium/blob/trunk/.keda/README.md
Fixes #1925
Fixes #2160
Fixes #1904
Types of changes
Checklist
PR Type
Enhancement, Documentation, Tests, Other
Description
Changes walkthrough 📝
5 files
chart_test.sh
Update KEDA Helm chart configuration and defaults.
tests/charts/make/chart_test.sh
KEDA_BASED_NAME
andKEDA_BASED_TAG
.TEST_EXISTING_KEDA
to "false".CONFIGURATION.md
Update KEDA image configuration in Selenium Grid chart.
charts/selenium-grid/CONFIGURATION.md
values.yaml
Configure KEDA components and enable webhooks
charts/selenium-grid/values.yaml
deploy.yml
Update deployment workflow to include grid scaler resources
.github/workflows/deploy.yml
workflow.
base-auth-ingress-values.yaml
Enable KEDA webhooks in base auth ingress configuration
tests/charts/ci/base-auth-ingress-values.yaml
3 files
update_tag_in_docs_and_files.sh
Add KEDA tag version update logic.
update_tag_in_docs_and_files.sh
selenium_grid_scaler.go
Implement Selenium Grid Scaler for KEDA integration.
.keda/scalers/selenium_grid_scaler.go
Makefile
Add Selenium Grid scaler integration and release processes
Makefile
resources and images.
4 files
generate_chart_changelog.sh
Add experimental section for Selenium Grid Scaler.
generate_chart_changelog.sh
Scaler.
README.md
Document Selenium Grid Scaler usage and configuration.
.keda/README.md
selenium-grid-scaler.md
Document Selenium Grid Scaler configuration and usage
.keda/scalers/selenium-grid-scaler.md
README.md
Update README with Selenium Grid scaler preview information
charts/selenium-grid/README.md
implementation.
2 files
selenium_grid_scaler_test.go
Add test cases for Selenium Grid Scaler functionality.
.keda/scalers/selenium_grid_scaler_test.go
capabilities.
DeploymentAutoscaling-values.yaml
Adjust max replica count in deployment autoscaling test
tests/charts/ci/DeploymentAutoscaling-values.yaml