-
Notifications
You must be signed in to change notification settings - Fork 18
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
Volume Resizing work only when no Pod are running on it ? #699
Comments
Hi @albundy83, Underlying block device (BSU) is currently not able to be resized while in use (meaning attached to node). This is mainly a IaaS limitation for now. Lets keep this issue to keep track of your need once the API will support it. |
Hi, I'd like to resize a pvc attached to a stateful set. Thanks for your help! |
Hi @pierreozoux , In order that Kubernetes find its way back after detach volume with ui, please change the number of replicas of the stateful to 0 (the pvc will be not destroyed). Then set the statefulset replicas to its original values so that volumes will be managed and mount by the csi. In order to to resize a pvc attached to a statefulset, you can follow this first answer here (https://serverfault.com/questions/955293/how-to-increase-disk-size-in-a-stateful-set) |
I could manage without deleting sts: |
Hello,
Using latest version available (v1.2.0), I'd like to be sure that I can't expand a PVC while I have a Pod running on it.
If it's correct, is it something that could be implemented some days ?
Thanks for your help
The text was updated successfully, but these errors were encountered: