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 ef464bc582..9d21a5e8a5 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 @@ -88,7 +88,8 @@ from VMware vSphere to Palette VMO. documentation for guidance. - The migration host must have access to your image registry. - If you are using a private image registry, you must create a Secret to be used for the migration. The Secret must be - in the form of a YAML file and the `metadata.name` value must be `vddk-image-pull-secret`. + in the form of a YAML file and the `metadata.name` value must be `vddk-image-pull-secret`. The `metadata.namespace` + value should be left blank or omitted, as the Palette CLI will automatically populate it.
@@ -130,7 +131,7 @@ from VMware vSphere to Palette VMO. ``` You can then use this output to create your own Secret manually. Ensure that the `metadata.name` is set to - `vddk-image-pull-secret`. + `vddk-image-pull-secret`, and the `metadata.namespace` is left blank or omitted. Refer to the [Pull an Image from a Private Registry documentation](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/)