kubeshop/testkube

Distributed Jmeter - Allow to have /data/repo as a shared folder

jmorante-ks opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
Issuer reported by customer:
The pods (injectors) can create also artifacts and they need a filesystem to write on it.
It doesn't matter where these files will be generated by the injectors. I want to be able to do this and then if necessary I will transform them into artifacts by copying them to /data/output. Currently neither /data/repo nor /data/output is writable on the injectors. In the specification, I specify that $RUNNING_WORKINGDIR will be available on master and injectors.

This looks to be a configuration issue and not a limitation of the product, that should be resolved using sharedBetweenPods property.

Closing the request, but will reopen if the customer indicates that the configuration is not resolving the issue.

@tkonieczny reviewed the configuration of the tests of the customer and confirmed that the write permission issue was related with not having sharedBetweenPods property defined.

That's why we closed this ticket.

It will be reopened if that doesn't resolve the issue.