diff --git a/docs/advanced/addons/vmimport.md b/docs/advanced/addons/vmimport.md index 7b50358acbe..b4d4d49094e 100644 --- a/docs/advanced/addons/vmimport.md +++ b/docs/advanced/addons/vmimport.md @@ -279,3 +279,17 @@ To address the issue, perform one of the following workarounds: - Shut down the virtual machine before migrating it to Harvester - In the `VirtualMachineImport` CRD spec, set the `forcePowerOff` field to `true`. - Install VMware Tools or [open-vm-tools](https://knowledge.broadcom.com/external/article?legacyId=2073803). + +## UI + +The VM Import Controller is integrated into the Harvester UI. This allows users to configure `Sources` and create `Virtual Machine Import` jobs via forms. + +The interface is dynamically registered and will only appear in the side navigation bar when the add-on is active. For instructions on how to enable the `vm-import-controller` add-on, see [Add-ons](../addons.md). + +Once the `vm-import-controller` is deployed, a new **Virtual Machine Imports** entry appears in the left navigation sidebar. From here, you can manage the different `Source` and `Virtual Machine Import` configurations and view their status. + +![](/img/v1.8/advanced/addons/vmimport/kvm-source.png) + +By selecting the **Virtual Machine Import** tab, you can create new import tasks and track the progress of ongoing or completed migrations. + +![](/img/v1.8/advanced/addons/vmimport/virtualmachineimport.png) diff --git a/static/img/v1.8/advanced/addons/vmimport/kvm-source.png b/static/img/v1.8/advanced/addons/vmimport/kvm-source.png new file mode 100644 index 00000000000..1ef8e737ad6 Binary files /dev/null and b/static/img/v1.8/advanced/addons/vmimport/kvm-source.png differ diff --git a/static/img/v1.8/advanced/addons/vmimport/virtualmachineimport.png b/static/img/v1.8/advanced/addons/vmimport/virtualmachineimport.png new file mode 100644 index 00000000000..b51f99d8417 Binary files /dev/null and b/static/img/v1.8/advanced/addons/vmimport/virtualmachineimport.png differ