astonishing-king-67727
11/13/2025, 7:38 AMspec.template.spec.domain.devices.interfaces[].macAddress. Now, it is an annotation called "harvesterhci.io/mac-address". This leads to the experimental add-on "harvester-vm-dhcp-controller" (version 1.6.0, but tested also 1.7.0-dev.0) to fail to create the VirtualMachineNetworkConfig resource and thus VMs will not get an IP address from the DHCP server. Is this correct and I just have to wait for a new version of the DHCP controller, or is there a bug with missing macAddress in VirtualMachine?gorgeous-guitar-43479
11/13/2025, 9:09 AMastonishing-king-67727
11/13/2025, 10:18 AMgorgeous-guitar-43479
11/13/2025, 10:42 AMastonishing-king-67727
11/13/2025, 11:30 AMacceptable-analyst-61974
11/28/2025, 7:33 PMhelm upgrade --install harvester-vm-dhcp-controller harvester/harvester-vm-dhcp-controller \
-n harvester-system --create-namespace \
--version 1.6.0 \
--set image.tag=v1.7.0-dev.1 \
--set agent.image.tag=v1.7.0-dev.1 \
--set webhook.image.tag=v1.7.0-dev.1acceptable-analyst-61974
11/28/2025, 7:38 PM