Created
March 28, 2018 06:04
-
-
Save worm-emoji/d0bb34bb41b539e7c04b5cc754836d3e to your computer and use it in GitHub Desktop.
list kubernetes logs fish function
This file contains hidden or 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
| function kl | |
| kubectl get pods -l app=$argv -o="name" | head -n 1 | xargs kubectl logs -f | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment