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
|
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
|
||||||
|
|
Reference in a new issue