intel-device-plugins-for-ku.../demo/test-fpga-region.yml
Ed Bartosh 11b4f55f8b demo: use ubuntu-demo-opae:devel in FPGA pods
Updated FPGA pods that use ubuntu-demo-opae image to
use 'devel' tag.
2018-09-14 12:23:47 +03:00

22 lines
428 B
YAML

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