-
-
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
fix(chart): job to patch scaledobject stuck in deleting #2222
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
PR Description updated to latest commit (79d11f8)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
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
Fix: #2196
Types of changes
Checklist
Type
enhancement, bug_fix
Description
Changes walkthrough
9 files
chart_test.sh
Enhance autoscaling conditions in chart test script
tests/charts/make/chart_test.sh
SELENIUM_GRID_AUTOSCALING
is true.configurations.
_nameHelpers.tpl
Add new Helm template helpers for autoscaling and KEDA
charts/selenium-grid/templates/_nameHelpers.tpl
Kubernetes resources related to KEDA.
build-test.yml
Implement retry strategy in build-test workflow
.github/workflows/build-test.yml
make build
command with a retry strategy usingnick-invision/retry
.helm-chart-test.yml
Apply retry strategy in helm-chart-test workflow
.github/workflows/helm-chart-test.yml
testing.
test-video.yml
Introduce retry strategy in test-video workflow
.github/workflows/test-video.yml
logs in test phase.
Dockerfile
Update keyserver URL with fallback in Dockerfile
Base/Dockerfile
Dockerfile.
patch-keda-objects-job.yaml
Add job template for patching KEDA objects
charts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml
deletion.
patch-keda-rb.yaml
Introduce RoleBinding template for KEDA
charts/selenium-grid/templates/patch-keda/patch-keda-rb.yaml
patch-keda-role.yaml
Add Role template for KEDA resource management
charts/selenium-grid/templates/patch-keda/patch-keda-role.yaml