Testing quicksync.

This commit is contained in:
Joseph Hanson 2023-12-02 00:51:58 -06:00
parent 16e762a368
commit c3dfe1f9f9
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

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