alibaba / hybridnet

Make underlay and overlay network can coexist, communicate, even be transformed purposefully.
Apache License 2.0
254 stars 36 forks source link

让一个subnet支持多个互不相连的ip #416

Open i17c opened 4 months ago

i17c commented 4 months ago

目前我们一个应用从ipam系统拿到的几个ip是互不相连的,使用subnet的设置start和end + reservedIPs的话,要计算很多reservedIPs。。。 希望在subnet中增加一个ipList, 直接把对应的ip加进去,那就可以直接使用对应的ip就行了。

mars1024 commented 1 day ago

在这种情况下,推荐外置 ipam 系统,然后通过指定 IP 的方式进行 IP 申请。