691cbcc03a
Adding the remaining config files of k9s that weren't covered yet. PR #4627
17 lines
226 B
YAML
17 lines
226 B
YAML
plugin:
|
|
fred:
|
|
args:
|
|
- logs
|
|
- -f
|
|
- $NAME
|
|
- -n
|
|
- $NAMESPACE
|
|
- --context
|
|
- $CLUSTER
|
|
background: false
|
|
command: kubectl
|
|
description: Pod logs
|
|
scopes:
|
|
- po
|
|
shortCut: Ctrl-L
|