mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
* chore(ci): updating branch reference from master to develop(HEAD) (#384) Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io> Co-authored-by: sai chaithanya <sai.chaithanya@mayadata.io>
This commit is contained in:
parent
95428184cc
commit
9d2966057a
22 changed files with 73 additions and 73 deletions
|
|
@ -53,7 +53,7 @@ We have to install the velero 1.5 or later version for ZFS-LocalPV.
|
|||
Deploy the minio for storing the backup :-
|
||||
|
||||
```
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/master/deploy/sample/minio.yaml
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/openebs/zfs-localpv/develop/deploy/sample/minio.yaml
|
||||
```
|
||||
|
||||
The above minio uses tmp directory inside the pod to store the data, so when restart happens, the backed up data will be gone. We can change the above yaml to use persistence storage to store the data so that we can persist the data after restart.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue