We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb1584 commit 2881075Copy full SHA for 2881075
containers/tools/troublemate/k9s-debug-plugin.yaml
@@ -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