I would like to copy the result from a batch job
execution but kubectl cp pod:/path /path
is not working, since the pod is in completed state.
I have the data stored in a PV.
How can I copy the results to my computer?
Looking forward to read your answers, many thanks