-
Notifications
You must be signed in to change notification settings - Fork 210
Description
I am trying FPGA device plugin in my local env with SRIOV-enabled A10 FPGA. It has 1 VF and 1 PF.
The FPGA device plugin is always in CrashLoopBackOff status.
The output of k logs intel-fpga-plugin-kgnz7 --namespace kube-system is the following:
FPGA device plugin (OPAE) started in af mode
Device scan failed: intel-fpga-dev.1: AFU without corresponding FME found
main.(*devicePlugin).scanFPGAs
/intel-device-plugins-for-kubernetes/cmd/fpga_plugin/fpga_plugin.go:296
main.(*devicePlugin).Scan
/intel-device-plugins-for-kubernetes/cmd/fpga_plugin/fpga_plugin.go:204
github.com/intel/intel-device-plugins-for-kubernetes/pkg/deviceplugin.(*Manager).Run.func1
/intel-device-plugins-for-kubernetes/pkg/deviceplugin/manager.go:96
runtime.goexit
/usr/lib/golang/src/runtime/asm_amd64.s:1357
Thanks in advance.