mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Remove unnecessary plug-ins from containerd (#2789)
* Bump buildroot * buildroot a1bdf74b19...f125c3e292 (1): > package/containerd: add control for additional build tags * Drop unnecessary containerd changes Now that the snappshotter and the CRI plug-ins are disabled we don't need to configure or disable them via configuration anymore. Drop the unnecessary configs.
This commit is contained in:
parent
2cbaaf9f3b
commit
29ad504667
@ -1 +1 @@
|
||||
Subproject commit a1bdf74b194d4a7af407b40213dcec85b5789737
|
||||
Subproject commit f125c3e292ba76802975e50f37e7e1127ecca903
|
@ -1,15 +1,6 @@
|
||||
version = 2
|
||||
disabled_plugins = [
|
||||
"io.containerd.snapshotter.v1.aufs",
|
||||
"io.containerd.snapshotter.v1.devmapper",
|
||||
"io.containerd.snapshotter.v1.zfs",
|
||||
"io.containerd.internal.v1.opt",
|
||||
"io.containerd.tracing.processor.v1.otlp",
|
||||
"io.containerd.internal.v1.tracing"
|
||||
]
|
||||
|
||||
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
|
||||
cni_conf_dir = "/run/cni/net.d"
|
||||
|
||||
[plugins."io.containerd.grpc.v1.cri".cni]
|
||||
conf_dir = "/run/cni/net.d"
|
||||
|
Loading…
x
Reference in New Issue
Block a user