Last active
October 13, 2022 19:46
-
-
Save BK-STAR77/3b9c72aa2869bd37d123841dc6f848d4 to your computer and use it in GitHub Desktop.
[Openshift 4] #PODS https://stackoverflow.com/questions/52407277/how-to-copy-files-from-kubernetes-pods-to-local-system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl exec -n <namespace> <pod> -- cat <filename with path> > <filename> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment