-
-
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
K8s: Update ScaledJob scaling strategy to eager
as default
#2466
Conversation
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Failure Feedback 🧐(Checks updated until commit fcf268f)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
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
Follow KEDA docs - https://keda.sh/docs/2.16/reference/scaledjob-spec/#scalingstrategy
It is expected to overcome in case
default
could be missed number of replicas while incoming requests between, or overrate scales inaccurate
.Motivation and Context
Types of changes
Checklist
PR Type
enhancement, configuration changes
Description
eager
to ensure efficient processing of waiting messages.triggerauthentications
.useCachedMetrics
tofalse
.kubectl delete
commands with--wait false
.Changes walkthrough 📝
_helpers.tpl
Add conditional logic for metricType in helpers template
charts/selenium-grid/templates/_helpers.tpl
metricType
based onscalingType
.patch-keda-objects-job.yaml
Optimize kubectl delete commands in patch-keda job
charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml
kubectl delete
commands to use--wait false
.CONFIGURATION.md
Update configuration documentation for RBAC and scaling strategy
charts/selenium-grid/CONFIGURATION.md
triggerauthentications
.eager
.useCachedMetrics
.values.yaml
Update values for RBAC, caching, and scaling strategy
charts/selenium-grid/values.yaml
triggerauthentications
.useCachedMetrics
default tofalse
.eager
.