Testing quicksync.
This commit is contained in:
parent
16e762a368
commit
c3dfe1f9f9
1 changed files with 7 additions and 3 deletions
|
@ -4,6 +4,8 @@ metadata:
|
|||
name: rocky-linux
|
||||
namespace: default
|
||||
spec:
|
||||
nodeSelector:
|
||||
intel.feature.node.kubernetes.io/gpu: "true"
|
||||
containers:
|
||||
- name: rocky
|
||||
image: rockylinux:9
|
||||
|
@ -12,8 +14,10 @@ spec:
|
|||
command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 443M
|
||||
cpu: 100m
|
||||
gpu.intel.com/i915: 1
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 4000m
|
||||
memory: 886M
|
||||
gpu.intel.com/i915: 1
|
||||
memory: 8000Mi
|
||||
|
|
Reference in a new issue