intel-device-plugins-for-ku.../demo/test-fpga-orchestrated.yaml
Ed Bartosh 30a0e8ccaa fpga: update demo
Updated FPGA demo screencasts:
- used latest kustomize setup
- got rid of cloning github repository
- renamed test-fpga-region.yaml -> demo/test-fpga-orchestrated.yaml
- updated readme
2020-07-01 19:43:59 +03:00

21 lines
412 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: test-fpga-orchestrated
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-orchestrated: 1
cpu: 1
hugepages-2Mi: 20Mi
restartPolicy: Never