talos/hack/containerd.toml
Andrey Smirnov a55103ee6b
chore: ignore more plugins for system containerd
This is to suppress warnings on failure to load plugins, which were
harmless, but confusing.

Fixes #9393

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit b07a8b36b24d57337323e72d6032304c4cade927)
2024-10-08 14:48:18 +04:00

25 lines
748 B
TOML

version = 3
disabled_plugins = [
"io.containerd.cri.v1.images",
"io.containerd.cri.v1.runtime",
"io.containerd.grpc.v1.cri",
"io.containerd.grpc.v1.sandbox-controllers",
"io.containerd.grpc.v1.sandboxes",
"io.containerd.internal.v1.opt",
"io.containerd.internal.v1.tracing",
"io.containerd.monitor.container.v1.restart",
"io.containerd.nri.v1.nri",
"io.containerd.sandbox.controller.v1.podsandbox",
"io.containerd.sandbox.controller.v1.shim",
"io.containerd.sandbox.controller.v1",
"io.containerd.sandbox.store.v1.local",
"io.containerd.sandbox.store.v1",
"io.containerd.snapshotter.v1.blockfile",
"io.containerd.tracing.processor.v1.otlp",
]
[debug]
level = "info"
format = "json"