From abeffa209cca114d3ce144f611139d1b33ee1b5e Mon Sep 17 00:00:00 2001 From: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:38:12 -0700 Subject: [PATCH] docs: PLT-1405 (#4066) * docs: PLT-1405 * docs: removed prettier comment * chore: vale feedback * docs: feedback from Tyler * docs: apply suggestions from code review Co-authored-by: caroldelwing --------- Co-authored-by: caroldelwing (cherry picked from commit ddded8e401ecf969744f6c949190ced911241ae0) --- .../create-manage-vm/advanced-topics/migrate-vm-kubevirt.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md index 7a22846176..806e9c2529 100644 --- a/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md +++ b/docs/docs-content/vm-management/create-manage-vm/advanced-topics/migrate-vm-kubevirt.md @@ -22,6 +22,11 @@ from VMware vSphere to Palette VMO. - Only VMs whose operating systems are included under [`virt-v2v` supported guest systems](https://libguestfs.org/virt-v2v-support.1.html) can be migrated. +- The network type requires a Network + Attachment Definition (NAD) to exist in the migration target namespace in the destination cluster. The NAD name must + also match the name assigned to the migration. The migration name is assigned during the wizard, which is started by + the Palette CLI's `vmo migrate-vm` command. + ## Prerequisites - A Healthy VMO cluster. Refer to the [Create a VMO Profile](../../create-vmo-profile.md) for further guidance.