containerd / containerd/nerdbox
ctr failure when cannot connect to containerd
- Dominant language
- Go
- Stars
- 185
- Forks
- 30
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 20
Description
Currently ctr will throw an error when it times out its connection to containerd. It currently holds a connection for forwarding events, however, containerd going down should not cause the shim to exit.
```
ERRO[0017] failed to cleanup task error="connection error: desc = \"transport: Error while dialing: dial unix:///var/run/containerd/containerd.sock: timeout\""
ERRO[0017] failed to cleanup container error="connection error: desc = \"transport: Error while dialing: dial unix:///var/run/containerd/containerd.sock: timeout\""
```
It seems the shim stays online with ctr disconnected and not able to handle the `--rm`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.