mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-25 11:21:16 +01:00
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>
25 lines
748 B
TOML
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"
|