k9s: add <Shift-l> get all pod logs plugin
This commit is contained in:
parent
f88aa21285
commit
92c475e20f
1 changed files with 12 additions and 0 deletions
12
.config/k9s/plugins.yaml
Normal file
12
.config/k9s/plugins.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
plugins:
|
||||||
|
raw-logs-follow:
|
||||||
|
shortCut: Shift-L
|
||||||
|
description: kubectl logs
|
||||||
|
scopes:
|
||||||
|
- po
|
||||||
|
command: bash
|
||||||
|
background: false
|
||||||
|
args:
|
||||||
|
- -c
|
||||||
|
- |
|
||||||
|
kubectl logs $NAME -n $NAMESPACE --context $CONTEXT | bat --wrap=never --pager="less" --force-colorization
|
Loading…
Reference in a new issue