Skip to content

Commit

Permalink
Remove unnecessary plug-ins from containerd (#2789)
Browse files Browse the repository at this point in the history
* Bump buildroot

* buildroot a1bdf74b19...f125c3e292 (1):
  > package/containerd: add control for additional build tags

* Drop unnecessary containerd changes

Now that the snappshotter and the CRI plug-ins are disabled we don't
need to configure or disable them via configuration anymore. Drop the
unnecessary configs.
  • Loading branch information
agners committed Oct 4, 2023
1 parent 2cbaaf9 commit 29ad504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion buildroot
9 changes: 0 additions & 9 deletions buildroot-external/rootfs-overlay/etc/containerd/config.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
version = 2
disabled_plugins = [
"io.containerd.snapshotter.v1.aufs",
"io.containerd.snapshotter.v1.devmapper",
"io.containerd.snapshotter.v1.zfs",
"io.containerd.internal.v1.opt",
"io.containerd.tracing.processor.v1.otlp",
"io.containerd.internal.v1.tracing"
]

[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
cni_conf_dir = "/run/cni/net.d"

[plugins."io.containerd.grpc.v1.cri".cni]
conf_dir = "/run/cni/net.d"

0 comments on commit 29ad504

Please sign in to comment.