mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 11:46:06 +00:00
📖 Fixing typos and markdown formatting (#2917)
* 📖 fix typo in resource-filtering page Signed-off-by: Ashish Amarnath <ashisham@vmware.com> * 📖 fix markdown formatting Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
@@ -24,7 +24,7 @@ Wildcard takes precedence when both a wildcard and specific resource are include
|
||||
* Restore two namespaces and their objects.
|
||||
|
||||
```bash
|
||||
velero restore create <backup-name> --include-namespaces <namespace1>,<namcespace2>
|
||||
velero restore create <backup-name> --include-namespaces <namespace1>,<namespace2>
|
||||
```
|
||||
|
||||
### --include-resources
|
||||
@@ -107,7 +107,7 @@ Wildcard excludes are ignored.
|
||||
* Exclude two namespaces during a restore.
|
||||
|
||||
```bash
|
||||
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namcespace2>
|
||||
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namespace2>
|
||||
```
|
||||
|
||||
### --exclude-resources
|
||||
|
||||
@@ -9,7 +9,7 @@ Integrating Container Storage Interface (CSI) snapshot support into Velero enabl
|
||||
|
||||
By supporting CSI snapshot APIs, Velero can support any volume provider that has a CSI driver, without requiring a Velero-specific plugin to be available.
|
||||
|
||||
# #Prerequisites
|
||||
## Prerequisites
|
||||
|
||||
The following are the prerequisites for using Velero to take Container Storage Interface (CSI) snapshots:
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Wildcard takes precedence when both a wildcard and specific resource are include
|
||||
* Restore two namespaces and their objects.
|
||||
|
||||
```bash
|
||||
velero restore create <backup-name> --include-namespaces <namespace1>,<namcespace2>
|
||||
velero restore create <backup-name> --include-namespaces <namespace1>,<namespace2>
|
||||
```
|
||||
|
||||
### --include-resources
|
||||
@@ -107,7 +107,7 @@ Wildcard excludes are ignored.
|
||||
* Exclude two namespaces during a restore.
|
||||
|
||||
```bash
|
||||
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namcespace2>
|
||||
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namespace2>
|
||||
```
|
||||
|
||||
### --exclude-resources
|
||||
|
||||
@@ -24,7 +24,7 @@ Wildcard takes precedence when both a wildcard and specific resource are include
|
||||
* Restore two namespaces and their objects.
|
||||
|
||||
```bash
|
||||
velero restore create <backup-name> --include-namespaces <namespace1>,<namcespace2>
|
||||
velero restore create <backup-name> --include-namespaces <namespace1>,<namespace2>
|
||||
```
|
||||
|
||||
### --include-resources
|
||||
@@ -107,7 +107,7 @@ Wildcard excludes are ignored.
|
||||
* Exclude two namespaces during a restore.
|
||||
|
||||
```bash
|
||||
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namcespace2>
|
||||
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namespace2>
|
||||
```
|
||||
|
||||
### --exclude-resources
|
||||
|
||||
Reference in New Issue
Block a user