Skip to content

Commit

Permalink
Updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
thananauto committed Dec 28, 2023
1 parent 2a60251 commit 71bbca0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ kubectl delete <service-name> or <deployment-name>
```
This will remove all resources created by the Selenium Grid deployment.

**Note:** Currently we set the replica as 1 across all browser deployment yaml files, but in real time this could be increase based on the request load to `selenium-hub`, this could be addressed by Auto-scaling feature of kubernetes after setup default resources
```bash
kubectl create -f grid-k8s/scale
```
for more information refer [here](https://www.selenium.dev/blog/2022/scaling-grid-with-keda/)

### Troubleshooting
If you encounter any issues during deployment, refer to the troubleshooting section in the documentation or inspect the pod logs for more details.

Expand Down

0 comments on commit 71bbca0

Please sign in to comment.