Skip to content

Commit a3b1066

Browse files
committed
edits
1 parent c7783d1 commit a3b1066

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

docs/reference/custom-resource-backup.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ spec:
2323
- '*'
2424
excludedNamespaces:
2525
- some-namespace
26-
orLabelSelectors:
27-
- matchLabels:
28-
app: my-app
2926
orderedResources:
3027
pods: mysql/mysql-cluster-replica-0,mysql/mysql-cluster-replica-1
3128
persistentvolumes: pvc-12345,pvc-67890
@@ -76,10 +73,6 @@ However, not all fields are supported for full backups. The table below lists th
7673
<td><code>excludedNamespaces</code></td>
7774
<td>(Optional) Specifies an array of namespaces to exclude from the backup.</td>
7875
</tr>
79-
<tr>
80-
<td><code>orLabelSelectors</code></td>
81-
<td>(Optional) A list of metav1.LabelSelector to filter with when adding individual objects to the backup. If multiple are provided, they will be joined by the OR operator.</td>
82-
</tr>
8376
<tr>
8477
<td><code>orderedResources</code></td>
8578
<td>(Optional) Specifies the order of the resources to collect during the backup process. This is a map that uses a key as the plural resource. Each resource name has the format NAMESPACE/OBJECTNAME. The object names are a comma delimited list. For cluster resources, use OBJECTNAME only.</td>

docs/vendor/embedded-disaster-recovery.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Embedded Cluster disaster recovery has the following limitations and known issue
3838

3939
[View a larger version of this image](/images/ec-version-command.png)
4040

41-
* Any Helm extensions included in the `extensions` field of the Embedded Cluster Config are _not_ included in backups. Helm extensions are reinstalled as part of the restore process. To include Helm extensions in backups, configure the Velero Backup resource to include the extensions using namespace-based or label-based selection. For more information, see [Configure the Velero Backup Resource](#config-backup-resource) below.
41+
* Any Helm extensions included in the `extensions` field of the Embedded Cluster Config are _not_ included in backups. Helm extensions are reinstalled as part of the restore process. To include Helm extensions in backups, configure the Velero Backup resource to include the extensions using namespace-based or label-based selection. For more information, see [Configure the Velero Custom Resources](#config-velero-resources) below.
4242

4343
* Users can only restore from the most recent backup.
4444

@@ -50,11 +50,11 @@ Embedded Cluster disaster recovery has the following limitations and known issue
5050

5151
This section describes how to configure disaster recovery for Embedded Cluster installations and enable access to the disaster recovery feature on a per-customer basis.
5252

53-
### Configure the Velero Custom Resource {#config-backup-resource}
53+
### Configure the Velero Custom Resources {#config-velero-resources}
5454

5555
This section describes how to set up Embedded Cluster disaster recovery for your application by configuring Velero Backup and Restore custom resources in a release.
5656

57-
To configure disaster recovery:
57+
To configure the Velero custom resources for disaster recovery:
5858

5959
1. In a new release containing your application files, add a Velero Backup resource. In the Backup resource, use namespace-based or label-based selection to indicate the application resources that you want to be included in the backup. For more information, see [Backup API Type](https://velero.io/docs/latest/api-types/backup/) in the Velero documentation.
6060

0 commit comments

Comments
 (0)