Skip to content

Commit 5e2d9ef

Browse files
committed
fix links
1 parent a3b1066 commit 5e2d9ef

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

docs/enterprise/snapshots-configuring-hostpath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This topic describes how to install Velero and configure a host path as your sto
2525

2626
Complete the following items before you perform this task:
2727

28-
* Review the limitations and considerations. See [Limitations and Considerations](snapshots-understanding#limitations-and-considerations) in _About Backup and Restore_.
28+
* Review the limitations and considerations. See [Limitations and Considerations](/vendor/snapshots-overview#limitations-and-considerations) in _About Backup and Restore_.
2929
* Install the velero CLI. See [Installing the Velero CLI](snapshots-velero-cli-installing).
3030

3131
## Install Velero and Configure Host Path Storage in Online Environments
@@ -118,4 +118,4 @@ To install Velero and configure host path storage for existing clusters:
118118
119119
## Additional Resources
120120
121-
* [Troubleshooting Snapshots](snapshots-troubleshooting-backup-restore)
121+
* [Troubleshooting Snapshots](/enterprise/snapshots-troubleshooting-backup-restore)

docs/enterprise/snapshots-configuring-nfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Configuring an NFS server as a snapshots storage destination has the following r
2626

2727
Complete the following items before you perform this task:
2828

29-
* Review the limitations and considerations. See [Limitations and Considerations](snapshots-understanding#limitations-and-considerations) in _About Backup and Restore_.
29+
* Review the limitations and considerations. See [Limitations and Considerations](/vendor/snapshots-overview#limitations-and-considerations) in _About Backup and Restore_.
3030
* Install the velero CLI. See [Installing the Velero CLI](snapshots-velero-cli-installing).
3131

3232
## Install Velero and Configure NFS Storage in Online Environments

docs/enterprise/snapshots-restoring-full.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The following limitations apply to restoring from backups using snapshots:
2626
* <InstallMethod/>
2727
* <CliRestores/>
2828

29-
For a full list of limitations and considerations related to the snapshots feature, see [Limitations and Considerations](snapshots-understanding#limitations-and-considerations) in _About Backup and Restore_.
29+
For a full list of limitations and considerations related to the snapshots feature, see [Limitations and Considerations](/vendor/snapshots-overview#limitations-and-considerations) in _About Backup and Restore_.
3030

3131
## Restore From a Full Backup Using the CLI {#full-cli}
3232

docs/enterprise/snapshots-storage-destinations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To configure host path or NFS as a storage destination, see [Configuring a Host
1616

1717
Complete the following items before you install Velero and configure a storage destination:
1818

19-
* Review the limitations and considerations. See [Limitations and Considerations](snapshots-understanding#limitations-and-considerations) in _About Backup and Restore_.
19+
* Review the limitations and considerations. See [Limitations and Considerations](/vendor/snapshots-overview#limitations-and-considerations) in _About Backup and Restore_.
2020
* Install the velero CLI. See [Installing the Velero CLI](snapshots-velero-cli-installing).
2121

2222
## Configure AWS Storage for Online Environments
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Only full backups can be restored using the KOTS CLI. To restore an application from a partial backup, use the Admin Console. See [Restore the Application Only Using the Admin Console](snapshots-restoring-full#admin-console).
1+
Only full backups can be restored using the KOTS CLI. To restore an application from a partial backup, use the Admin Console. See [Restore the Application Only Using the Admin Console](/enterprise/snapshots-restoring-full#admin-console).

docs/reference/custom-resource-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
post:
5555
```
5656
57-
## Supported Fields for Full Backups with Snapshots
57+
## Supported Fields for Full Backups with Snapshots {#fields}
5858
5959
For partial backups with the snapshots feature, you can use all of the fields that Velero supports. See [Backups](https://velero.io/docs/v1.10/api-types/backup/) in the Velero documentation.
6060
@@ -154,7 +154,7 @@ However, not all fields are supported for full backups. The table below lists th
154154
- `excludedResources`
155155

156156
:::note
157-
Some of these fields are supported for hook arrays, as described in the previous field definition table. See [Fields](#fields).
157+
Some of these fields are supported for hook arrays, as described in the previous field definition table. See [Supported Fields for Full Backups with Snapshots](#fields) above.
158158
:::
159159

160160
- All resources are included in the backup by default. However, resources can be excluded by adding `velero.io/exclude-from-backup=true` to the manifest files that you want to exclude. For more information, see [Configuring Backups](/vendor/snapshots-configuring-backups).

docs/vendor/embedded-disaster-recovery.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ To configure the Velero custom resources for disaster recovery:
114114

115115
### Enable the Disaster Recovery Feature for Your Customers
116116

117-
After configuring disaster recovery for your application, you can enable it on a per-customer basis with the **Allow Disaster Recovery** license field.
117+
After configuring disaster recovery for your application, you can enable it on a per-customer basis with the **Allow Disaster Recovery (Alpha)** license field.
118118

119119
To enable disaster recovery for a customer:
120120

121121
1. In the Vendor Portal, go to the [Customers](https://vendor.replicated.com/customers) page and select the target customer.
122122

123123
1. On the **Manage customer** page, under **License options**, enable the **Allow Disaster Recovery (Alpha)** field.
124124

125-
When your customer installs with Embedded Cluster, Velero will be deployed if the **Allow Disaster Recovery** license field is enabled.
125+
When your customer installs with Embedded Cluster, Velero will be deployed if the **Allow Disaster Recovery (Alpha)** license field is enabled.
126126
127127
## Take Backups and Restore
128128

docs/vendor/snapshots-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When snapshots is enabled for your application, your customers can manage and pe
2222

2323
Snapshots uses the Velero open source project as the backend to back up Kubernetes manifests and persistent volumes. Velero is a mature, fully-featured application. For more information, see the [Velero documentation](https://velero.io/docs/).
2424

25-
In addition to the default functionality that Velero provides, KOTS exposes hooks that let you inject scripts that can execute both before and after a backup, and before and after a restore. For more information, see [Configuring Backup and Restore Hooks](snapshots-hooks).
25+
In addition to the default functionality that Velero provides, KOTS exposes hooks that let you inject scripts that can execute both before and after a backup, and before and after a restore. For more information, see [Configuring Backup and Restore Hooks](/vendor/snapshots-hooks).
2626

2727
### Limitations and Considerations
2828

@@ -119,7 +119,7 @@ Then, the restore process redeploys all of the application manifests. All Pods a
119119

120120
When you restore the Admin Console only, no changes are made to the application.
121121

122-
For information about how to restore using the Admin Console or the KOTS CLI, see [Restoring from Backups](snapshots-restoring-full).
122+
For information about how to restore using the Admin Console or the KOTS CLI, see [Restoring from Backups](/enterprise/snapshots-restoring-full).
123123

124124
## Using Snapshots
125125

0 commit comments

Comments
 (0)