mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-25 14:18:54 +00:00
nvidia/runtime-rs: default the NVIDIA CPU profile to runtime-rs
Make qemu-nvidia-cpu-runtime-rs the default shim on amd64 and arm64 for the kata-deploy NVIDIA CPU profile, so installs from try-kata-nvidia-cpu.values.yaml select the Rust runtime by default instead of the Go qemu-nvidia-cpu shim. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com> Assisted-by: Cursor with Claude Opus 4.8
This commit is contained in:
@@ -70,8 +70,8 @@ shims:
|
||||
|
||||
# Default shim per architecture.
|
||||
defaultShim:
|
||||
amd64: qemu-nvidia-cpu
|
||||
arm64: qemu-nvidia-cpu
|
||||
amd64: qemu-nvidia-cpu-runtime-rs
|
||||
arm64: qemu-nvidia-cpu-runtime-rs
|
||||
|
||||
runtimeClasses:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user