mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #100 from bart0sh/PR0041-add-demo-pod.yml
demo: add test-fpga-region.yml
This commit is contained in:
commit
7570313d21
17
demo/test-fpga-region.yml
Normal file
17
demo/test-fpga-region.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user