mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
The pod sandbox controller currently initializes an entire client which requires the transfer service to be initialized. If a plugin which transitively depended on the transfer service is disabled, this could lead to the pod sandbox controller failing to initialize as the transfer service may be registered after. This dependency should be explicit in the requires field. Signed-off-by: Derek McGowan <derek@mcg.dev>