-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.14.z
-
Moderate
-
No
-
4
-
CNF Network Sprint 257
-
1
-
False
-
-
The pods are failing over the SNO cluster with the below error related to SRIOV.
error adding container to network "fhm": SRIOV-CNI failed to load netconf: LoadConf(): VF pci addr is required...
As per the below KCS, the enableOperatorWebhook and enableInjector are already disabled, and the device information was specified in the Pod already. resources:
limits: cpu: 100m memory: 256Mi openshift.io/sriov_netdevice_1: "1" requests: cpu: 100m memory: 256Mi openshift.io/sriov_netdevice_1: "1"
This is causing issues for customer and this needs to be fixed so whenever the node restarts (SNO), the application pod should come up. I will attach the must-gather and application namespace inspect.