diff --git a/.config/k9s/plugins.yaml b/.config/k9s/plugins.yaml new file mode 100644 index 0000000..ef8a5bf --- /dev/null +++ b/.config/k9s/plugins.yaml @@ -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