I'm trying to copy files to/from a Windows container in a pod running on an ACS k8s cluster.
I'm using this kubectl command from my Windows 10 laptop:
kubectl cp dev-acs-conn-testdn-1981314364-rjc0l:\app\nettrace.etl c:\
And I'm getting this error in response:
error: archive/tar: invalid tar header
I've tried this from clusters running both v1.7.7 and v1.7.9 of k8s as well as Server 2016 ltsc and Server v1709. My kubectl.exe is v1.8.5. I have some valuable debugging files stranded on my container, any idea how I can get this to work?