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 25, 2024
1 parent db4794b commit 068f157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeManagerModules/k9sConfig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ let
args:
- -c
- "kubectl debug node/$COL-NAME -it --image=busybox --profile=sysadmin"
debugpod:
debug-pod:
shortCut: Shift-D
description: Add debug pod
dangerous: false
Expand All @@ -180,7 +180,7 @@ let
args:
- -c
- >-
kubectl run -n=$NAMESPACE --overrides='{"spec": {"nodeName": "$COL-NODE"}}' --image=nicolaka/netshoot:v0.12 debug -- bash
kubectl run -n=$NAMESPACE --overrides='{"spec": {"nodeName": "$COL-NODE"}}' --image=nicolaka/netshoot:v0.12 debug-$COL-NODE -- sleep infinity
debug:
shortCut: Shift-D
description: Add debug container
Expand Down

0 comments on commit 068f157

Please sign in to comment.