Also update Linux and other pkgs. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
17 lines
289 B
TOML
17 lines
289 B
TOML
version = 2
|
|
|
|
disabled_plugins = [
|
|
"io.containerd.nri.v1.nri",
|
|
"io.containerd.internal.v1.tracing",
|
|
"io.containerd.snapshotter.v1.blockfile",
|
|
"io.containerd.tracing.processor.v1.otlp",
|
|
]
|
|
|
|
imports = [
|
|
"/etc/cri/conf.d/cri.toml",
|
|
]
|
|
|
|
[debug]
|
|
level = "info"
|
|
format = "json"
|