mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

Run only one test command for VF setup as the second one usually fails with Error: DLB2_ST_DOMAIN_RESET_FAILED. This issue has been reported to DLB developers. Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
17 lines
430 B
YAML
17 lines
430 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: dlb-libdlb-demo-vf-pod
|
|
spec:
|
|
restartPolicy: Never
|
|
containers:
|
|
- name: dlb-libdlb-demo-vf-pod
|
|
image: intel/dlb-libdlb-demo:devel
|
|
command: [ "sh", "-c", "/usr/local/bin/dir_traffic -n 8 -w epoll -d $(ls /dev/dlb* | sed 's/\\/dev\\/dlb//')" ]
|
|
imagePullPolicy: IfNotPresent
|
|
resources:
|
|
limits:
|
|
dlb.intel.com/vf: 1
|
|
cpu: "500m"
|
|
memory: 200Mi
|