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
parent
d803b99649
commit
82ba6f9f37
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue