Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed conflicting plugin shortcuts, and added 2 new plugins #2930

Merged
merged 14 commits into from
Oct 28, 2024
2 changes: 1 addition & 1 deletion plugins/crossplane.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins:
# List all the resources managed by a Composite Resource
kube-lineage:
shortCut: Ctrl-X
shortCut: Ctrl-U
confirm: false
description: "Kube Lineage"
scopes:
Expand Down
2 changes: 1 addition & 1 deletion plugins/duplik8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# See https://github.com/Telemaco019/duplik8s
plugins:
duplicate-pod:
shortCut: Ctrl-T
shortCut: Ctrl-B
description: Duplicate Pod
scopes:
- po
Expand Down
2 changes: 1 addition & 1 deletion plugins/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ plugins:
-n $NAMESPACE $NAME
| less -K
trace:
shortCut: Shift-A
shortCut: Shift-P
confirm: false
description: Flux trace
scopes:
Expand Down
4 changes: 2 additions & 2 deletions plugins/log-full.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins:
# See https://k9scli.io/topics/plugins/
raw-logs-follow:
shortCut: Ctrl-L
shortCut: Ctrl-G
description: logs -f
scopes:
- po
Expand All @@ -18,7 +18,7 @@ plugins:
- --kubeconfig
- $KUBECONFIG
log-less:
shortCut: Shift-L
shortCut: Shift-K
description: "logs|less"
scopes:
- po
Expand Down
2 changes: 1 addition & 1 deletion plugins/log-loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
- "{ namespace = \"$NAMESPACE\", pod = \"$POD\", container = \"$NAME\" }"
- -f
loki-container-raw:
shortCut: Ctrl-L
shortCut: Ctrl-E
description: "loki raw"
scopes:
- containers
Expand Down
2 changes: 1 addition & 1 deletion plugins/log-stern.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins:
# Leverage stern (https://github.com/stern/stern) to output logs.
stern:
shortCut: Ctrl-L
shortCut: Ctrl-Y
confirm: false
description: "Logs <Stern>"
scopes:
Expand Down