Skip to content

Commit 2881075

Browse files
committed
troublemate: Add matching k9s plugin
1 parent bfb1584 commit 2881075

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
plugins:
2+
#--- Create debug container for selected pod in current namespace
3+
# Install: Place me in $HOME/.config/k9s/plugins
4+
debug:
5+
shortCut: Shift-D
6+
description: Add debug container
7+
dangerous: true
8+
scopes:
9+
- containers
10+
command: bash
11+
background: false
12+
confirm: true
13+
args:
14+
- -c
15+
- "kubectl --kubeconfig=$KUBECONFIG debug -it --context $CONTEXT -n=$NAMESPACE $POD --target=$NAME --image=ghcr.io/haiku/troublemate:20250711 --share-processes -- bash"
16+

0 commit comments

Comments
 (0)