-
Notifications
You must be signed in to change notification settings - Fork 799
Ignoring the PVC: didn't find a plugin capable of expanding the volume; waiting for an external controller to process this PVC. #115
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
Comments
@wongma7 : the nfs-client-provisioner is not capable of expanding volumes. In fact, it does not enforce the size of volumes at all, so a PV that says 1Gi may in fact have contain/write more than 1Gi of data in its path. AFAIK, there is no standard quota/limit mechanism for NFS. Apologies if this is not clear. |
This means that as long as my NFS server has enough space, my application is not limited by the size of the PVC ? |
yes, the pvc size is not enforced. no expansion required. |
thanks |
what was the solution for that ? |
@whaleBoot and @yonatankahana, what was the sol. to resolve this issue? |
|
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am try to resize my pvc, but pvc size not change.
Warning : Ignoring the PVC: didn't find a plugin capable of expanding the volume; waiting for an external controller to process this PVC.
thx.
The text was updated successfully, but these errors were encountered: