Skip to content

Commit 8f8602c

Browse files
Apply suggestions from code review
Co-authored-by: Gerard Nguyen <[email protected]>
1 parent a93407d commit 8f8602c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/enterprise/snapshots-restoring-full.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ To restore using the CLI, see the corresponding procedure for your environment:
4545
### Existing Clusters {#existing}
4646

4747
:::note
48-
If you are restoring to a healthy online or air-gapped cluster, you can skip reinstalling Velero and continue to running the `get backups` and `restore` commands in the last two steps.
48+
If you are restoring to a healthy online cluster, you can skip reinstalling Velero and continue to running the `get backups` and `restore` commands in the last two steps.
4949
:::
5050

5151
To restore a full backup in an existing cluster:
5252

5353
1. (Air Gap Only) For air-gapped environments, do the following to prepare the necessary Velero images so that you can install Velero in the target cluster:
5454
1. Download the following images to your local machine, tag them, then upload them to your local image registry:
5555
* The Velero image. See [Preparing the Velero Image](https://velero.io/docs/v1.16/on-premises/#preparing-the-velero-image).
56-
* The `velero/velero-plugin-for-aws:v1.5.3` plugin image. See [Preparing plugin images](https://velero.io/docs/v1.16/on-premises/#preparing-plugin-images).
56+
* The `velero/velero-plugin-for-aws:$PLUGIN_VERSION` plugin image. See [Preparing plugin images](https://velero.io/docs/v1.16/on-premises/#preparing-plugin-images).
5757
* The restore helper image. See [Preparing the restore helper image](https://velero.io/docs/v1.16/on-premises/#preparing-the-restore-helper-image-optional).
5858

5959
1. Create a ConfigMap in the Velero namespace to specify the location of the Velero restore helper image on your local registry. For more information about the requirements for this ConfigMap, see [Customize Restore Helper Container](https://velero.io/docs/v1.16/file-system-backup/#customize-restore-helper-container).

0 commit comments

Comments
 (0)