Created
December 1, 2016 17:58
-
-
Save devth/f78b5d8d582c1d9ab9de3472bb8cb30e 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 --namespace kube-system get pod -l k8s-app=kube-dns -oname | \ | |
xargs -I% -n1 sh -c 'echo %; kubectl --namespace kube-system -ckubedns logs %; echo' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment