-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unique IP address across the cluster #52
Comments
Hi @subrnath Regarding above comment, you may use 'host-local' plugin for IP Address Management (IPAM) and the issue is related to 'host-local' plugin, not multus-cni. Multus-cni just invokes CNI plugin (including IPAM) as a meta plugin, so I guess it might be wrong place to discuss about it. |
Thanks. Yes, we are using host-local. So with what is the IPAM option to have cluster wise unique IP address? So as i understand, host-local ensures host wise unique IP address. |
@subrnath This is out-of-topic of multus, but how about dhcp CNI IPAM plugin? That's what I know. Can I close the issue? |
@subrnath just a reminder. I will close it in someday next week. |
We can't use dhcp CNI IPAM plugin because POD IP to be assigned to the POD needs to be known before the deployment is made so that same IP is fed in the bootstrap service. Agree we can close the thread. |
Bug 1809283: Removes configuration invalidation [4.3 backport]
We are invoking IPVLAN plugin via multus-cni. Each POD is allocated an unique IP address from the subnet start and end range ( as mentioned in IPAM args). But the uniqueness of the IP is in a host and not across the cluster. /var/lib/cni/networks/<network_id>/last_reserved_ip.0 maintains the last allocated ip for the subnet/network and it's maintained in each host.
It will be good, if multus-cni provides the uniqueness of the IP address across the cluster level.
The text was updated successfully, but these errors were encountered: