k9s: add <Shift-l> get all pod logs plugin

This commit is contained in:
Daniel Lundin 2024-01-25 11:17:56 +01:00
parent f88aa21285
commit 92c475e20f

12
.config/k9s/plugins.yaml Normal file
View 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