What does this change resolve?
This change introduces an optional KubeVirt VM Migration controller.
Its purpose is to watch VirtualMachineInstance events and send a gratuitous ARP request to the target node of the VM to refresh the MAC address. The controller can be enabled using the WATCH_KUBEVIRT_MIGRATION env variable.
Apart from that, the patch performs the following changes:
- Upgrade Go to
1.22.0 - Upgrade operator packages to the latest versions
- Improve logging to contain more information about errors
- Add README
- Upgrade Alpine to
3.19.1 - Make the
bridgefield required inipMasq - Add license
What's Changed
- Add KubeVirt VM Migration Controller and Upgrade Go by @BonySmoke in #17
Full Changelog: v0.0.42...v0.0.43