-
Notifications
You must be signed in to change notification settings - Fork 28
Add air gap step for preparing velero images #3442
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
Conversation
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@@ -45,18 +45,30 @@ To restore using the CLI, see the corresponding procedure for your environment: | |||
### Existing Clusters {#existing} | |||
|
|||
:::note | |||
If you are restoring to a healthy cluster, you can skip reinstalling Velero and continue to running the `get backups` and `restore` commands in the last two steps. | |||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ This was a pre-existing note. It wasn't clear to me if this applied to both online and air-gapped clusters.
Co-authored-by: Gerard Nguyen <[email protected]>
@@ -108,6 +120,31 @@ To restore a full backup in an air gap kURL cluster: | |||
|
|||
You can restore an application from a full or partial backup using the Admin Console. | |||
|
|||
### Prerequisite for Air-Gapped Environments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ added this prereq to the "restore from the Admin Console" section
@nvanthao , let me know if this looks good to you
No description provided.