mirror of
https://github.com/siderolabs/extensions.git
synced 2025-08-07 14:57:25 +02:00
This fixes the issue when `.machine.files` using `/etc/cri/conf.d/20-customization.part` is sometimes unable to merge the values. The fix is to prefix the the files with `10-` prefix so the customization with `20-` takes precedence when merging. `gvisor-debug` is prefixed with `11-` since it should overwrite the gvisor defaults. This also fixes where the order of gvisor extensions mattered previously. Fixes: #578 Signed-off-by: Noel Georgi <git@frezbo.dev>
8 lines
330 B
Plaintext
8 lines
330 B
Plaintext
[plugins."io.containerd.cri.v1.runtime".containerd.runtimes.nvidia]
|
|
privileged_without_host_devices = false
|
|
runtime_engine = ""
|
|
runtime_root = ""
|
|
runtime_type = "io.containerd.runc.v2"
|
|
[plugins."io.containerd.cri.v1.runtime".containerd.runtimes.nvidia.options]
|
|
BinaryName = "/usr/local/bin/nvidia-container-runtime"
|