Commit dd507bd
committed
Revert "runtime_vm: Cleanup process when the Container is Stopped"
This reverts commit 67dcd05.
We cannot simply delete the container when its status changes to
stopped. The intention of this fix is okay-ish, but implemented in the
wrong layer.
What containerd does is calling Shutdown(), when the *pod* is finished,
and that's what we should do as well.
Signed-off-by: Fabiano Fidêncio <[email protected]>1 parent 7f0085b commit dd507bd
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | 279 | | |
286 | 280 | | |
287 | 281 | | |
| |||
0 commit comments