From 01173ae7a368b3b97fc17ac0e50cd81b28571e24 Mon Sep 17 00:00:00 2001 From: Victor Hang Date: Wed, 25 Dec 2024 02:10:38 +0100 Subject: [PATCH] =?UTF-8?q?feat=20=E2=9C=A8:=20ktools=20more=20k9s=20plugi?= =?UTF-8?q?ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Victor Hang --- homeManagerModules/k9sConfig.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeManagerModules/k9sConfig.nix b/homeManagerModules/k9sConfig.nix index 7972b90..79a2a99 100644 --- a/homeManagerModules/k9sConfig.nix +++ b/homeManagerModules/k9sConfig.nix @@ -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 @@ -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