mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
The sandbox controller should only error out if it cannot find any sandbox controllers. If it requires the pod sandbox controller to be initialized, that creates an implicit dependency on all CRI plugins being initialized. The sandbox controller API can be used without CRI and therefore should not have this dependency. Signed-off-by: Derek McGowan <derek@mcg.dev>