mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
gpu: Rename the last bits from gpu
to nvidia-gpu
Let's specifically name the `gpu` runtime class as `nvidia-gpu`. By doing this we keep the door open and ease the life of the next vendor adding GPU support for Kata Containers. Fixes: #6553 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -93,8 +93,8 @@ scheduling:
|
||||
kind: RuntimeClass
|
||||
apiVersion: node.k8s.io/v1
|
||||
metadata:
|
||||
name: kata-qemu-gpu
|
||||
handler: kata-qemu-gpu
|
||||
name: kata-qemu-nvidia-gpu
|
||||
handler: kata-qemu-nvidia-gpu
|
||||
overhead:
|
||||
podFixed:
|
||||
memory: "160Mi"
|
||||
|
@@ -16,8 +16,8 @@ containerd_conf_file_backup="${containerd_conf_file}.bak"
|
||||
shims=(
|
||||
"fc"
|
||||
"qemu"
|
||||
"qemu-nvidia-gpu"
|
||||
"qemu-tdx"
|
||||
"qemu-gpu"
|
||||
"qemu-snp"
|
||||
"clh"
|
||||
"dragonball"
|
||||
|
Reference in New Issue
Block a user