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 name: rocky-linux
namespace: default namespace: default
spec: spec:
nodeSelector:
intel.feature.node.kubernetes.io/gpu: "true"
containers: containers:
- name: rocky - name: rocky
image: rockylinux:9 image: rockylinux:9
@ -12,8 +14,10 @@ spec:
command: ["/bin/bash", "-c", "while true; do sleep 10; done"] command: ["/bin/bash", "-c", "while true; do sleep 10; done"]
resources: resources:
requests: requests:
cpu: 50m cpu: 100m
memory: 443M gpu.intel.com/i915: 1
memory: 512Mi
limits: limits:
cpu: 4000m cpu: 4000m
memory: 886M gpu.intel.com/i915: 1
memory: 8000Mi