Skip to content

Commit

Permalink
Added context to the debug command for debug-container plugin (#2554)
Browse files Browse the repository at this point in the history
* fix: debug-container plugin added context to debug command

Signed-off-by: ffais <[email protected]>

* fix: debug-container plugin upgrade netshoot version

Signed-off-by: ffais <[email protected]>

---------

Signed-off-by: ffais <[email protected]>
  • Loading branch information
ffais authored Feb 29, 2024
1 parent d803b99 commit 82ba6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/debug-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
- "kubectl debug -it --context $CONTEXT -n=$NAMESPACE $POD --target=$NAME --image=nicolaka/netshoot:v0.12 --share-processes -- bash"

0 comments on commit 82ba6f9

Please sign in to comment.