talos/hack/cri-containerd.toml
Andrey Smirnov 3f2058aba2
fix: update containerd configuration and settings
Provide `XDG_RUNTIME_DIR` environment variable, this specifically fixes
the `kubectl exec` action when `/tmp` is filled up.

Update containerd configuration to version 3 and fix it up.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
Signed-off-by: Noel Georgi <git@frezbo.dev>
2024-07-31 19:15:19 +04:00

17 lines
289 B
TOML

version = 3
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"