Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

K8S - Add data volume for distributing test data and configmap for user-properties#8

Open
pbronneberg wants to merge 1 commit intopedrocesarti:masterfrom
pbronneberg:add-volume-for-templates-and-datasets
Open

K8S - Add data volume for distributing test data and configmap for user-properties#8
pbronneberg wants to merge 1 commit intopedrocesarti:masterfrom
pbronneberg:add-volume-for-templates-and-datasets

Conversation

@pbronneberg
Copy link

Found that running distributed tests in a K8s cluster were not working for me, since the CSV files were not distributed to all servers. Also found a limitation in that the user.properties were not editable.

This pull-request adds a volume which is mounted on all pods to make sure testdata is available on all servers after copying to the master.
example to copy data to all pods: kubectl cp sample.csv $MASTER_NAME:/jmeter/data --namespace jmeter

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant