Skip to content

Commit d852364

Browse files
committed
add todo about features
1 parent d74416d commit d852364

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ A `kubectl` plugin to see `df` for persistent volumes.
5555

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

58+
☒ exclude namespaces
59+
60+
☒ only show a specific colored result ("red", "yellow", "green")
61+
5862
## Motivation
5963

6064
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:

0 commit comments

Comments
 (0)