Skip to content

Commit

Permalink
add todo about features
Browse files Browse the repository at this point in the history
  • Loading branch information
yashbhutwala committed Jul 12, 2020
1 parent d74416d commit d852364
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ A `kubectl` plugin to see `df` for persistent volumes.

☒ print PV name (right now, it prints the PVC name)

☒ exclude namespaces

☒ only show a specific colored result ("red", "yellow", "green")

## Motivation

Have you ever wondered, "How much free disk space do all my PVs have?" Me too! That's why I built this plugin! I have always just wanted to quick way to see the disk usage of my Persistent Volumes (similar to [`df`](https://en.wikipedia.org/wiki/Df_(Unix)) or `du` in Unix). It turns out I'm not the only one, there has been many upstream Kubernetes issues open again and again about this, even some KEPs and PRs. I have compiled some of the issues and KEPs that I've seen in the wild here:
Expand Down

0 comments on commit d852364

Please sign in to comment.