Skip to content
Snippets Groups Projects
Commit b999f8d4 authored by kaiyou's avatar kaiyou
Browse files

Enable missing containerd plugin

Sandboxes plugin is mandatory and otherwise containerd clients fail
to discover the runtime service. Other plugins like streaming,
transfer and nri, are not enabled although they are included in
containerd 1.7.
parent b94ce463
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ import (
"github.com/containerd/containerd/mount"
_ "github.com/containerd/containerd/pkg/cri"
"github.com/containerd/containerd/plugin"
_ "github.com/containerd/containerd/plugins/sandbox"
_ "github.com/containerd/containerd/runtime/restart/monitor"
_ "github.com/containerd/containerd/runtime/v2"
_ "github.com/containerd/containerd/runtime/v2/runc/options"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment