mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
Updating website
This commit is contained in:
parent
7cf4252627
commit
f14b1bdb7c
1 changed files with 5 additions and 4 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue