demo: add test-fpga-region.yml

This file will be used in the FPGA Device Plugin demo to demonstrate
orchestration programmed FPGA workflow.
This commit is contained in:
Ed Bartosh 2018-09-05 15:46:09 +03:00
parent 868ed2dce9
commit 53762f4cb9

17
demo/test-fpga-region.yml Normal file
View File

@ -0,0 +1,17 @@
apiVersion: v1
kind: Pod
metadata:
name: test-fpga-region
spec:
containers:
- name: test-container
image: ubuntu-demo-opae
imagePullPolicy: IfNotPresent
command: ["sh", "/usr/bin/test_fpga.sh"]
resources:
limits:
fpga.intel.com/arria10-nlb3: 1
cpu: 1
hugepages-2Mi: 20Mi
restartPolicy: Never