Skip to content

Commit

Permalink
docs: add note about vddk secret namespace (#4713)
Browse files Browse the repository at this point in the history
* docs: add note about vddk secret namespace

Signed-off-by: Artur Shad Nik <arturshadnik@gmail.com>

* ci: auto-formatting prettier issues

* docs: code review

---------

Signed-off-by: Artur Shad Nik <arturshadnik@gmail.com>
Co-authored-by: arturshadnik <arturshadnik@users.noreply.github.com>
Co-authored-by: Ben Radstone <56587332+benradstone@users.noreply.github.com>
(cherry picked from commit a8526fb)
  • Loading branch information
arturshadnik committed Nov 14, 2024
1 parent ba86bac commit 92e7a25
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!--prettier-ignore-->
<details>
Expand Down Expand Up @@ -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/)
Expand Down

0 comments on commit 92e7a25

Please sign in to comment.