-
It'd be great if Locust provided an official Docker image on Dockerhub. Right now the most used image is [hakobera/locust](https://hub.docker.com/r/hakobera/locust/) but it hasn't been updated in 3 ye…
-
### Description of issue / feature request
When setting up a distributed setup via docker-compose, I'd like to set the `master-host` to the locust_master service name. However, it seems that …
-
Is it possible to do something similar to cURL **local DNS**:
`curl --resolve www.my_host.com:443:1.2.3.4 https://www.my_host.com:443/something`
I.e. host **www.my_host.com** should be **resolved …
-
### Describe the bug
* There are two locusts defined: LocustA and LocustB
* LocustA has TaskSetA assigned and LocustB has TaskSetB assigned.
* Each task set has one task, which creates a new file. …
-
# What
Port forwarder fails
# When
Port forwarded works fine with pods exposing single port, but fails with an application with multiple ports. In my case it's the locust master ([docker image her…
-
The image mentioned in the docs (https://docs.locust.io/en/stable/running-locust-docker.html#add-your-tests) does not actually exist. Or rather, it exists but has no versions: https://hub.docker.com/r…
-
### Describe the bug
Cannot install locust into conda env with python 3.8.0
### Steps to reproduce
```
conda create --name locust8 -y
conda activate locust8
conda install pip
pip install lo…
-
The current docker image uses a non-root user: https://github.com/locustio/locust/blob/master/Dockerfile#L18
That's great but it means it's not possible to install pip packages using this docker im…
-
Hi,
I was running some simple tests with locust (which is so cool btw) and I noticed that if you end up with no slaves connected, the UI does not reflect this change. The slave count in the UI sticks…
-
**Is your feature request related to a problem? Please describe.**
@haugene The locust.io documentation is good to follow, however, I am running into issues with configmap and it seems that there…