Merge pull request #11336 from zvonkok/fix-podoverhead

gpu: Update runtimeClasses for correct podoverhead
This commit is contained in:
Steve Horsman 2025-07-07 09:20:07 +01:00 committed by GitHub
commit d291e9bda0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@ metadata:
handler: kata-qemu-nvidia-gpu-snp
overhead:
podFixed:
memory: "2048Mi"
cpu: "1.0"
memory: "4096Mi"
cpu: "1"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"

View File

@ -6,8 +6,8 @@ metadata:
handler: kata-qemu-nvidia-gpu-tdx
overhead:
podFixed:
memory: "2048Mi"
cpu: "1.0"
memory: "4096Mi"
cpu: "1"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"

View File

@ -6,8 +6,8 @@ metadata:
handler: kata-qemu-nvidia-gpu
overhead:
podFixed:
memory: "160Mi"
cpu: "250m"
memory: "4096Mi"
cpu: "1"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"