This website requires JavaScript.
Explore
Help
Register
Sign In
jayjay
/
k9s
Watch
1
Star
0
Fork
You've already forked k9s
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
43f4cacbcd
k9s
/
plugins
/
kubectl
/
kubectl-jq
3 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
/usr/local/bin/kubectl logs -f
$1
-n
$2
--context
$3
|
jq -r
'.message'
Reference in New Issue
View Git Blame
Copy Permalink