mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-09 19:41:41 +01:00
This way it's easy to re-enable NRI plugins with a simple change. See https://github.com/siderolabs/talos/discussions/10068 I tested that it works e2e with NRI plugins repository. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
version = 3
|
|
|
|
[plugins."io.containerd.cri.v1.images"]
|
|
discard_unpacked_layers = true
|
|
|
|
[plugins."io.containerd.cri.v1.runtime".containerd.runtimes.runc]
|
|
base_runtime_spec = "/etc/cri/conf.d/base-spec.json"
|
|
|
|
[plugins."io.containerd.nri.v1.nri"]
|
|
disable = true
|