You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This stops all the tasks. However, containers (spec) are left behind and not cleaned up properly.
This was working before, and there could likely be a regression.
root@linux:/opt/gopath/src/github.com/nomad-driver-containerd/example# ctr task ls
TASK PID STATUS
root@linux:/opt/gopath/src/github.com/nomad-driver-containerd/example# ctr container ls
CONTAINER IMAGE RUNTIME
32522383_lucid_noyce5 docker.io/library/ubuntu:16.04 io.containerd.runc.v2
63c86855_agitated_cray6 docker.io/library/ubuntu:16.04 io.containerd.runc.v2
ba8f121f_ecstatic_volhard3 docker.io/library/ubuntu:16.04 io.containerd.runc.v2
bcddf7ad_jolly_bartik7 docker.io/library/redis:alpine io.containerd.runc.v2
fb07ad0a_focused_thompson9 docker.io/library/redis:alpine io.containerd.runc.v2
The text was updated successfully, but these errors were encountered:
Seeing this intermittently (not easy to reproduce at this point), when I launch multiple nomad jobs
e.g.
After the containers (tasks) are running. Stop the containers (tasks).
This stops all the tasks. However, containers (spec) are left behind and not cleaned up properly.
This was working before, and there could likely be a regression.
The text was updated successfully, but these errors were encountered: