Skip to content
Snippets Groups Projects
Commit 6efcfccb authored by Julien Leduc's avatar Julien Leduc
Browse files

The old kubernetes did not care much about the name of the destination file...

The old kubernetes did not care much about the name of the destination file and used the source location and name.
parent fc23bd3c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ echo
echo "Launching simple_client_ar.sh on client pod"
echo " Archiving file: xrdcp as user1"
echo " Retrieving it as poweruser1"
kubectl -n ${NAMESPACE} cp simple_client_ar.sh client:/root/client_ar.sh
kubectl -n ${NAMESPACE} cp simple_client_ar.sh client:/root/simple_client_ar.sh
kubectl -n ${NAMESPACE} cp client_helper.sh client:/root/client_helper.sh
kubectl -n ${NAMESPACE} exec client -- bash /root/simple_client_ar.sh || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment