You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm trying to use sriov cni with huawei CNI-Genie as second interface.
I enabled 8 VFs, all is ok from Linux.
But when I create a pod using sriov, kubelet has errors about mac, IP
for mac, I set manually a mac for each VF. -> Why it's not done inside sriov binary?
Then, kubelet shows the following error: "CNI Genie error at addNetwork: request IP can not be empty"
When I look at fixipam code, again no IP is created, it tries to get it from ipam config (in the CNI file in /etc/CNI/net.d?), but how to have different IPs ?
Thanks,
Cyril
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use sriov cni with huawei CNI-Genie as second interface.
I enabled 8 VFs, all is ok from Linux.
But when I create a pod using sriov, kubelet has errors about mac, IP
for mac, I set manually a mac for each VF. -> Why it's not done inside sriov binary?
Then, kubelet shows the following error: "CNI Genie error at addNetwork: request IP can not be empty"
When I look at fixipam code, again no IP is created, it tries to get it from ipam config (in the CNI file in /etc/CNI/net.d?), but how to have different IPs ?
Thanks,
Cyril
The text was updated successfully, but these errors were encountered: