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

Add feature to resize PVC #36

Open
khanh96le opened this issue Jun 2, 2023 · 0 comments
Open

Add feature to resize PVC #36

khanh96le opened this issue Jun 2, 2023 · 0 comments

Comments

@khanh96le
Copy link

If a PVC is running out of space, we usually need to expand the PVC size.

We can do it automatically by installing some external plugins like pvc-autoresizer, Kubernetes-Volume-Autoscaler
But if we don't, we need to edit the PVC to change the size parameter manually.
How about bringing that manual process into this tool?

Something like this: kubectl df-pv resize <pvc-name> 20Gi

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