From 82ba6f9f37368f88aec7dee72cfa0c5483c9d878 Mon Sep 17 00:00:00 2001 From: ffais <42377700+ffais@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:05:15 +0100 Subject: [PATCH] Added context to the debug command for debug-container plugin (#2554) * fix: debug-container plugin added context to debug command Signed-off-by: ffais * fix: debug-container plugin upgrade netshoot version Signed-off-by: ffais --------- Signed-off-by: ffais --- plugins/debug-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/debug-container.yaml b/plugins/debug-container.yaml index 0d1e387a..f8561ca2 100644 --- a/plugins/debug-container.yaml +++ b/plugins/debug-container.yaml @@ -11,4 +11,4 @@ plugins: confirm: true args: - -c - - "kubectl debug -it -n=$NAMESPACE $POD --target=$NAME --image=nicolaka/netshoot:v0.11 --share-processes -- bash" \ No newline at end of file + - "kubectl debug -it --context $CONTEXT -n=$NAMESPACE $POD --target=$NAME --image=nicolaka/netshoot:v0.12 --share-processes -- bash" \ No newline at end of file