Added context to the debug command for debug-container plugin (#2554)

* fix: debug-container plugin added context to debug command

Signed-off-by: ffais <ffais@fbk.eu>

* fix: debug-container plugin upgrade netshoot version

Signed-off-by: ffais <ffais@fbk.eu>

---------

Signed-off-by: ffais <ffais@fbk.eu>
mine
ffais 2024-02-29 16:05:15 +01:00 committed by GitHub
parent d803b99649
commit 82ba6f9f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ plugins:
confirm: true confirm: true
args: args:
- -c - -c
- "kubectl debug -it -n=$NAMESPACE $POD --target=$NAME --image=nicolaka/netshoot:v0.11 --share-processes -- bash" - "kubectl debug -it --context $CONTEXT -n=$NAMESPACE $POD --target=$NAME --image=nicolaka/netshoot:v0.12 --share-processes -- bash"