IBM / k8s-storage-perf

This git repo will host the playbooks for collecting performance metrics for a Kubernetes persistent storage for IBM Cloud Paks
Apache License 2.0
9 stars 18 forks source link

typo in the docker instructions for seeing the results #8

Closed jesusmah closed 1 year ago

jesusmah commented 2 years ago

In the documentation, when you go down the path of executing the tool within the container, to see the results there is the following instruction:

docker cp ${container_name}:/opt/ansible/storage-perf.tar /tmp/k8s_storage_perf/work-dir/data/storage-perf.tar

which fails if you use podam.

docker should be changed by ${dockerexe}

bxu1999 commented 1 year ago

fixed. Thanks.