mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Delete node shell container on exit (#2793)
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
6a33944f52
commit
e188cf45e6
@ -120,6 +120,11 @@ export class NodeShellSession extends ShellSession {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected exit() {
|
||||||
|
super.exit();
|
||||||
|
this.deleteNodeShellPod();
|
||||||
|
}
|
||||||
|
|
||||||
protected deleteNodeShellPod() {
|
protected deleteNodeShellPod() {
|
||||||
this
|
this
|
||||||
.kc
|
.kc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user