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
The function InterfaceIPs then cannot find any IPs because it checks under IP if the Interface is different than nil but in my case, it is nil, and then it fails.
Not sure if it is a bug of Cilium or we could move the check somewhere else.
The text was updated successfully, but these errors were encountered:
mazzy89
changed the title
Chained with Cilium CNI returns a nil interface
Chaining with Cilium CNI returns a nil interface
Jul 29, 2020
I've talked with Cilium guys and they confirmed that the Interface is not there and I should add there. So going to wire a PR into Cilium to tackle this down.
This is my CNI conf
Cilium here handles the IPAM.
I cannot run Firecracker because I get the error:
expected to find 1 IP on redirect interface "eth0", but instead found []
I bit of debug of the plugin and I get this result into the
tc-redirect-tap
func heretc-redirect-tap/internal/cniutil.go
Line 25 in a030097
The function
InterfaceIPs
then cannot find any IPs because it checks underIP
if theInterface
is different thannil
but in my case, it isnil
, and then it fails.Not sure if it is a bug of Cilium or we could move the check somewhere else.
The text was updated successfully, but these errors were encountered: