This message was deleted.
# general
a
This message was deleted.
a
Which node driver are you using?
b
we're using the built-in harvester driver
a
You can provide network-data cloud-init config but this is at a machine pool level, so you'd likely need to have a 1:1 pool:node
b
is it possible to use some dynamic generated data I'm network data?
a
Potentially if you use terraform to generate it.
b
by dynamic I mean to have access to node index, so for example to allocate static IPs like 10.1.1.X where X is the node index
a
Yeah you could do that still in terraform, not through the UI though AFAIK
b
got it, we will try to find a way to deploy a DHCP server on Hetzner dedicated servers
Another solution would be to deploy dhcpd inside the VLAN to assign dhcp ip addresses. (https://github.com/harvester/harvester/issues/947)