helm-charts
helm-charts copied to clipboard
Not able to stop pods once locust tests are over
I am using Locust helm-chart but not able to stop the pods once the tests are completed. Is there any way to stop the pods as soon as tests are completed? Note: I am running the tests in headless mode with 3m run-time.
No there is not unless you manually scale the deployment to 0 replicas.
If you want to have a load test run to completion and then it would need to be run as a k8s Job
which the current version of the chart does not support. PRs welcome if someone wants to add this functionality 🙂
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days.