Skip to content

Instantly share code, notes, and snippets.

@devth
Created December 1, 2016 17:58
Show Gist options
  • Save devth/f78b5d8d582c1d9ab9de3472bb8cb30e to your computer and use it in GitHub Desktop.
Save devth/f78b5d8d582c1d9ab9de3472bb8cb30e to your computer and use it in GitHub Desktop.
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