Hi everyone,
As promised here is a link to the code PoC for the Kuryr-IPVlan proposal.
https://github.com/lmdaly/kuryr-libnetwork
Link to specific commit
https://github.com/lmdaly/kuryr-libnetwork/commit/1dc895a6d8bfaa03c0dd5cfb2d3e23e2e948a67c
>From here you can clone the repo and install Kuryr
Thanks Liping!
Yes we are using the kuryr ipam driver in the PoC code, otherwise we have to
manage the IP addresses manually.
We chose IPVlan mostly due to the hardware limitation of the mac addresses on
the NIC (i.e. No. of virtual devices created on a master exceeds the mac
capacity and puts
Hi Liping,
I am also on the team working on the ipvlan proposal and I will try and answer
your question the best I can.
I think from your blog post you understand the proposal correctly. The steps
you mentioned are very similar to the code PoC with ipvlan.
These are the steps we followed when