3f2058aba2
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>
17 lines
289 B
TOML
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"
|