1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00

Updating website

This commit is contained in:
Shlok Chaudhari 2024-08-21 13:12:39 -05:00
parent 7cf4252627
commit f14b1bdb7c

View file

@ -52,7 +52,6 @@ Kubestr can assist in the following ways-
- Run `./kubestr csicheck -s <storage class> -v <volume snapshot class>`
### To view the contents of a PersistentVolumeClaim in a graphical filesystem browser -
- Run `./kubestr browse <pvc name> -n <namespace> -v <volume snapshot class>`
- Run `./kubestr browse pvc <pvc name> -n <namespace> -v <volume snapshot class>`
- Additional flag `--show-tree` can be specified to view contents on CLI.
@ -60,10 +59,12 @@ Kubestr can assist in the following ways-
- Run `./kubestr browse snapshot <snapshot name> -n <namespace> -s <storage class>`
- Additional flag `--show-tree` can be specified to view contents on CLI.
### To restore files from a VolumeSnapshot to a PersistentVolumeClaim using graphical filesystem browser -
- Run `./kubestr file-restore --fromSnapshot <snapshot name> --toPVC <pvc name> -n <namespace>`
### To restore files from a VolumeSnapshot using graphical filesystem browser -
- Run `./kubestr file-restore --fromSnapshot <snapshot name> -n <namespace>`
- Additional option `--path` can be specified to restore a file from given path using CLI.
<br> This restores to a PersistentVolumeClaim specified by the VolumeSnapshot.
- Optionally, run `./kubestr file-restore --fromSnapshot <snapshot name> -n <namespace> [--toPVC <pvc name>]`
<br> to restore to a specified PersistentVolumeClaim.
- Additionally, an option `--path` can be specified to restore a file from given path using CLI.
## Roadmap
- For future work please refer to our GitHub issues [page](https://github.com/kastenhq/kubestr/issues).