yashbhutwala / kubectl-df-pv

kubectl plugin - giving admins df (disk free) like utility for persistent volumes
Apache License 2.0
403 stars 32 forks source link

Feature request: Select PVCs by label #38

Open lukastopiarz opened 1 year ago

lukastopiarz commented 1 year ago

Hi, nice plugin, thanks for that!

It would be nice to have the ability to limit PVCs usage query to only a specific subset by using labels. Eg. kubectl-df_pv -l app=name to query disk usage only for PVCs used by specific app

Have you been thinking about it?