Zooz / predator

A powerful open-source platform for load testing APIs.
https://zooz.github.io/predator/
Apache License 2.0
576 stars 109 forks source link

Support for K8s Read-Only file systems #269

Closed ashtttt closed 4 years ago

ashtttt commented 4 years ago

Is your feature request related to a problem? Please describe. Our k8s environment is configured to run pods with read-only file systems. predator runner is failing when trying to copy processor java script code to runner container.

Describe the solution you'd like We should be able to modify the job spec of runner to add and mount volume using a emptyDir so that you can copy the processor code to that path.

enudler commented 4 years ago

hi @ashtttt Thanks for submitting this This should be modified in the predator-runner project and may involve artillery changes

enudler commented 4 years ago

@ashtttt we addressed this issue in predator-runner 1.3.0 you can use predator-runner:latest.

the processor file now downloaded into memory instead of to file