intel-device-plugins-for-ku.../demo/dsa-accel-config-demo-pod.yaml
Ed Bartosh 2e4de52f2b implement DSA demo
- Impelemented demo image that runs accel-config tests
- Added testing instructions to the documentation

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2020-12-28 14:45:25 +02:00

17 lines
341 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: dsa-accel-config-demo
spec:
containers:
- name: dsa-accel-config-demo
image: dsa-accel-config-demo:devel
imagePullPolicy: IfNotPresent
resources:
limits:
dsa.intel.com/wq-user-dedicated: 1
dsa.intel.com/wq-user-shared: 1
cpu: 1
restartPolicy: Never