hashicorp / nomad-driver-virt

Mozilla Public License 2.0
8 stars 1 forks source link

support IPs from CNI #67

Open tgross opened 3 weeks ago

tgross commented 3 weeks ago

Right now we watch for DHCP leases to be assigned to the domains, so even if the VM is configured with a static IP address there's not really a way to use it without also provisioning a DHCP address. This would not be an especially important use case except for https://github.com/hashicorp/nomad-driver-virt/issues/66, which prevents a machine from restarting and having the same IP.

tgross commented 3 weeks ago

It occurs to me that what we really want here is to support IP addresses issued by CNI plugins. Adjusted the title to match.