We are using this sriov plugin for Kubernetes POD with DPDK application. It's found that if there is wrong value in the network files for the sriov, host server reboots during POD deployment. For example following is our yaml file for the network definition.
We are using this sriov plugin for Kubernetes POD with DPDK application. It's found that if there is wrong value in the network files for the sriov, host server reboots during POD deployment. For example following is our yaml file for the network definition.
plugin: sriov args: '[ { "name": "",
"type": "sriov",
"if0": "",
"vlan": ,
"if0name": "",
"dpdk": {
"kernel_driver":"ixgbevf",
"dpdk_driver":"vfio-pci",
"dpdk_tool":"dpdk-devbind.py"
}
}
]'
if there is a wrong value input for any field like vfio_pci instead of vfio-pci, host server reboots during POD deployment.