intel-device-plugins-for-ku.../demo/test-fpga-preprogrammed.yaml
Ed Bartosh bf66be9fb6 FPGA demo: add screencast for preprogrammed mode
This screencast demonstrates deployment scenario for FPGA
preprogrammed mode. It uses Docker as a runtime to show that
CRI-O is not required in this mode.
2020-06-30 17:02:05 +03:00

21 lines
414 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: test-fpga-preprogrammed
spec:
containers:
- name: test-container
image: intel/opae-nlb-demo:devel
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
add:
[IPC_LOCK]
resources:
limits:
fpga.intel.com/arria10.dcp1.2-nlb3-preprogrammed: 1
cpu: 1
hugepages-2Mi: 20Mi
restartPolicy: Never