Created
January 20, 2019 11:19
-
-
Save aliva/aab8068df29c7bc11d3abed6718e4567 to your computer and use it in GitHub Desktop.
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 get pods --no-headers -o custom-columns=":metadata.name" | xargs -I{} sh -c "kubectl logs {} > {}.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment