Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to display the REQUESTS & CAPACITY of each PVC? #19

Open
vijaysundarv opened this issue Mar 14, 2021 · 0 comments
Open

Comments

@vijaysundarv
Copy link

vijaysundarv commented Mar 14, 2021

Thanks @yashbhutwala for such an amazing util. It is helping us great for our performance analysis.

I've a query on this.

Currently on the usage front, it displays the SIZE,USED,AVAILABLE,%USED,IUSED,IFREE,%IUSED columns.
Is it possible to display the REQUESTS & CAPACITY of each PVC?
I use the below command to get that details separately and run yours separately and then combine both.
kubectl get pvc --all-namespaces -o custom-columns="NAMESPACE:.metadata.namespace,NAME:metadata.name,REQUESTS:spec.resources.requests.storage,CAPACITY:status.capacity.storage"

While I do that, I was thinking it would be great to get those via your kubectl-df-pv.
I'm not sure if such feature currently exists.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant