containerd/containerd

Sandbox API work continued

abel-von opened this issue · 11 comments

What is the problem you're trying to solve

There are still lots of work that is not merged about Sandbox API, this issue is a track of these requests

Describe the solution you'd like

Additional context

No response

Could you please add this to 2.0 milestone? @dmcgowan

Could you please add this to 2.0 milestone?

Done

Priority:
P1: #9882

P3: #9884

P3: #9904

Excuse me, When can these PRs be merged at the latest?

@abel-von Hi, when will this work be completed?

@silence-coding Thanks for your attention! These PR were ready, waiting for review of containerd maintainers.

@silence-coding Thanks for your attention! These PR were ready, waiting for review of containerd maintainers.

It's been over a month. Is there an expected timeline?

@abel-von @dmcgowan The rest of the tasks can be safely moved to the v2.1 milestone?

Moving this to the v2.1 milestone

Although sanboxer has been abstracted, I found that after the task server provided by sanboxer restarts, containrd still restarts the container to which it belongs.

https://github.com/containerd/containerd/blob/c0cdcb34f189459e11f8b90d271577914aee7339/internal/cri/server/container_start.go#L147C1-L185C75

Sorry, I don't quite get it, what is the problem with the cited codes? @silence-coding