Skip to content

Commit

Permalink
add desired features to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clbx committed Sep 18, 2023
1 parent 2b17e4d commit ffa958e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# pvc-browser
Tool to browse a Kubernetes PVC from the command line

This tool is WIP, but currently can connect to a non-mounted PVC
```
pvcb get <pvc name> -n <namespace>
```

## Desired Features
- [ ] Mount PVCs to a directory
- [ ] Create method to transfer files
- [ ] Deal with PVCs that are mounted, scale down or otherwise make the PVC available
- [ ] Handle different Access modes

0 comments on commit ffa958e

Please sign in to comment.