hashicorp / nomad-driver-podman

A nomad task driver plugin for sandboxing workloads in podman containers
https://developer.hashicorp.com/nomad/plugins/drivers/podman
Mozilla Public License 2.0
224 stars 61 forks source link

Feature: Add Static IP Address Support #358

Open zandeez opened 3 days ago

zandeez commented 3 days ago

Good morning,

I have started building out IPv6, and have been running a DNS server in Nomad and Podman. Using IPv6, the container has a nondeterministic IPv6 address, so setting this in DHCPv6, RDNSS, or glue records for delegation is problematic.

Workarounds include using Consul Template to reconfigure DHCPv6 and RADVD as the address changes, which is less than ideal.

I am just tidying up a patch and will open a pull request shortly.

Kind regards,