This message was deleted.
# harvester
a
This message was deleted.
w
Do you mean the VMs running on the nodes within a Harvester cluster or the Harvester nodes themselves?
c
VMs running on the nodes within a Harvester cluster
w
So Harvester expects to hand out IP addresses to VMs using DHCP - you don't specifically configure a VM with a fixed IP (though depending on your DHCP server you can fake that by configuring a fixed MAC address)
It's also possible to configure a static IP via cloud-init Network Data
c
Actually I am planning to setup specific VLAN/Subnet for each VM for isolation. Is there anyway I can assign static IP to the VLAN and attach that VLAN to creatVM call?
Using static ipam or something similar
w
Sorry not tried this so don't know
c
I have implemented a solution and it is working fine. Thanks for your consideration