k9s: add <Shift-k> ktoolbox plugin
This commit is contained in:
parent
92c475e20f
commit
affaebbc13
1 changed files with 10 additions and 0 deletions
|
@ -10,3 +10,13 @@ plugins:
|
|||
- -c
|
||||
- |
|
||||
kubectl logs $NAME -n $NAMESPACE --context $CONTEXT | bat --wrap=never --pager="less" --force-colorization
|
||||
toolbox:
|
||||
shortCut: Shift-K
|
||||
description: ktoolbox in current namespace
|
||||
scopes:
|
||||
- all
|
||||
command: ktoolbox
|
||||
background: false
|
||||
args:
|
||||
- -n
|
||||
- $NAMESPACE
|
||||
|
|
Loading…
Reference in a new issue