Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: PLT-1405 #4066

Merged
merged 7 commits into from
Sep 30, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ 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.

- When using <VersionedLink text="Multus CNI" url="/integrations/packs/?pack=cni-multus" />, the Network Attachment
Definition (NAD) used must match the same name assigned to the migration. Otherwise, the migration will fail.
Copy link
Contributor

@TylerGillson TylerGillson Sep 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karl-cardenas-coding the CLI doesn't prompt the user for a NAD yet, so this is kinda unclear. They just pick Pod or Multus and there's no mention of NADs.

A NAD must exist in the migration's target namespace and its name must match the migration name.


## Prerequisites

- A Healthy VMO cluster. Refer to the [Create a VMO Profile](../../create-vmo-profile.md) for further guidance.
Expand Down