-
-
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
point shielding in README #2116
Conversation
@Doofus100500, thank you for your looking into chart README! |
@Doofus100500, btw, did you try the RCLONE configs in the chart? Is it easy and flexible? |
@VietND96 Yes, everything is great! I'm passing the config using --set-file by substituting a GitLab variable of file type. |
@Doofus100500 Need your help related to #2320 ticket which you have raised. Wanted to know how did you resolve it. We are also using Selenium grid kubernetes setup for running playwright tests. Although after running tests on the new setup it is working fine with selenium tests but it is failing for playwright tests. Below is the config yaml we are using for chrome node. Can you help us solve this as i see your comment that is it working fine. `apiVersion: apps/v1
|
@Nagam-Naidu Hello, why not use standard pods with Chrome (from the chart), and for scaling enable KEDA? Everything should work fine with them. But if you really need your own, you can look at how the standard ones are deployed and do it similarly. |
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
Types of changes
Checklist