Skip to content

Commit

Permalink
feat ✨: ktools more k9s plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Hang <[email protected]>
  • Loading branch information
Banh-Canh committed Dec 24, 2024
1 parent 29d7ce8 commit db4794b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions homeManagerModules/k9sConfig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,19 @@ let
args:
- -c
- "kubectl debug node/$COL-NAME -it --image=busybox --profile=sysadmin"
debugpod:
shortCut: Shift-D
description: Add debug pod
dangerous: false
scopes:
- pods
command: bash
background: false
confirm: false
args:
- -c
- >-
kubectl run -n=$NAMESPACE --overrides='{"spec": {"nodeName": "$COL-NODE"}}' --image=nicolaka/netshoot:v0.12 debug -- bash
debug:
shortCut: Shift-D
description: Add debug container
Expand Down

0 comments on commit db4794b

Please sign in to comment.