Merge pull request #6676 from zvonkok/gpu-runtime

gpu: Add GPU enabled confguration and runtime
This commit is contained in:
Fupan Li
2023-04-19 13:01:49 +08:00
committed by GitHub
4 changed files with 713 additions and 0 deletions

View File

@@ -63,3 +63,16 @@ overhead:
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-qemu-gpu
handler: kata-qemu-gpu
overhead:
podFixed:
memory: "160Mi"
cpu: "250m"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"