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:
Fabiano Fidêncio
2023-05-16 13:44:30 +02:00
parent 4cde844f70
commit 3a9d3c72aa
4 changed files with 8 additions and 8 deletions

View File

@@ -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"