You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/velero.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Velero is a backup and restore tool for Kubernetes. It is used to backup the cluster's resources, and to restore them in case of disaster. It is also used to migrate the cluster to another provider.
4
4
5
-
Before using Velero, all you need is an external S3 bucket to store your backups. You can use any S3 compatible storage provider.
5
+
Before using Velero, all you need is an external S3 bucket to store your backups. You can use any S3 compatible storage provider.
6
6
When creating the cluster, all velero variables are to be set either manualy in the `terraform.tfvars` file or during the automatic setup, according to the type of installation you choose.
7
7
8
8
## Configuration
@@ -25,6 +25,6 @@ To schedule a backup of your namespace, just refer to the template `common/Sched
25
25
26
26
**Restore from backup**
27
27
28
-
To restore from a backup, run the following command, with *BACKUP_NAME* being the name of the backup you want to restore from : `velero restore create --from-backup BACKUP_NAME`.
28
+
To restore from a backup, run the following command, with _BACKUP_NAME_ being the name of the backup you want to restore from : `velero restore create --from-backup BACKUP_NAME`.
0 commit comments