mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-25 03:11:44 +01:00
* Rename key cri -> io.containerd.grpc.v1.cri * Disable plugins aufs,zfs,devmapper,btrfs (less warning messages on boot time) Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
9 lines
385 B
TOML
9 lines
385 B
TOML
version = 2
|
|
|
|
disabled_plugins = ["io.containerd.snapshotter.v1.aufs", "io.containerd.v1.zfs", "io.containerd.snapshotter.v1.zfs", "io.containerd.v1.devmapper", "io.containerd.snapshotter.v1.devmapper", "io.containerd.snapshotter.v1.btrfs"]
|
|
|
|
imports = ["/var/cri/conf.d/*.toml"]
|
|
|
|
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
|
|
runtime_type = "io.containerd.runc.v2"
|