Copy files from completed Kubernetes batch jobs

11/28/2018

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

-- Jorgese
jobs
kubernetes

0 Answers