Skip to content

Commit 1f815e3

Browse files
- fix headings should be surrounded by blank lines
1 parent ec1ee91 commit 1f815e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/canonicalk8s/charm/howto/velero-operator-backup-restore.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ configuration of **any** kind of Kubernetes distribution (Canonical Kubernetes,
1111
MicroK8s, EKS, etc.).
1212

1313
## What the infra backup operator does
14+
1415
The Infra Backup Operator is a Juju charm designed to work seamlessly with the
1516
Velero Operator. When related, it automatically applies the necessary
1617
configuration to enable backups of Kubernetes resources that are
@@ -26,11 +27,13 @@ Note that because Kubernetes clusters might have different storage providers,
2627
the infra-backup-operator does not create backup of PVs or PVCs.
2728

2829
## What you will need
30+
2931
- A kubernetes cluster
3032
- A bootstrapped K8s controller. See the [Juju documentation]
3133
- An S3 bucket or a S3 compatible bucket like [MinIO] or [microceph]
3234

3335
### Deploy
36+
3437
```bash
3538
juju add-model velero
3639

@@ -40,20 +43,24 @@ juju deploy s3-integrator
4043
```
4144

4245
### Integrate
46+
4347
```bash
4448
juju integrate velero-operator s3-integrator
4549
juju integrate infra-backup-operator:cluster-infra-backup velero-operator
4650
juju integrate infra-backup-operator:namespaced-infra-backup velero-operator
4751
```
4852

4953
### Create the Backup
54+
5055
At any time users can run a juju action to create a backup
56+
5157
```bash
5258
juju run velero-operator/0 create-backup target=infra-backup-operator:cluster-infra-backup
5359
juju run velero-operator/0 create-backup target=infra-backup-operator:namespaced-infra-backup
5460
```
5561

5662
### Restore
63+
5764
In case of disaster recovery, users can restore the cluster configuration in
5865
the same cluster or in a different one using the Velero operator juju-action.
5966
This will guarantee that the cluster configuration can be easily restored to
@@ -90,6 +97,7 @@ juju run velero-operator/0 restore backup-uid=83503892-a24a-409b-b0df-553dcc2465
9097
```
9198

9299
## Workloads
100+
93101
Each Juju application should be responsible for setting the relation with Velero operator to
94102
be able to backup the necessary k8s resources and in the right order.
95103

0 commit comments

Comments
 (0)