Open emilorol opened 4 years ago
I found a simple solution to make it work:
Add to LOCUST_OPTS
the option -P=8089
and it worked. I also added the LOCUST_OPTS
environment variable to the slave pod and I was able to swarm the attacked host successfully.
Now I am looking for more information about the -P
argument.
When I update the image and the env variables I get the following error:
I was able to debug the container and manually run the locust command adding
-P=5557
argument.Any ideas?
Note: 0.0.0.0 is masking the real IP for obvious reasons.