intel / intel-ethernet-operator

K8s operator for Intel E810 Series NICs FW/DDP updates and Flow configuration API
Other
21 stars 10 forks source link

Added modinfo and grep in docker image #1

Closed jianzzha closed 1 year ago

jianzzha commented 1 year ago

The nvmupdate64e (as in v4_10) needs to use modinfo and grep during execution or it will complain.

This PR added the modinfo, grep and their dependency libs into the fwddp-daemon container image.

This has been tested to work on OCP 4.11.17.

rafal-lal commented 1 year ago

On which version of operator did you encounter these issues, regular or certified version?

jianzzha commented 1 year ago

Hi, the issue was encountered on OCP 4.11.17 with the local build bundle image. The local bundle was built following: https://github.com/intel/intel-ethernet-operator/blob/main/docs/deployment/ocp-deployment.md