-
Notifications
You must be signed in to change notification settings - Fork 510
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
Support expansion of PVCs #197
Comments
hi @WolfspiritM Thanks for the question and the links provided. The process of handling resizing is quite complicated, we have a description of how it can be done manually for the enterprise Operator here: https://docs.mongodb.com/kubernetes-operator/stable/tutorial/resize-pv-storage/ and it can be applied to the community operator as well. I think so far the support for the automatic resizing done by the Operator is not planned in the near future but we always welcome any help! |
This issue is labeled as stale because it has been open for more than 30 days with no activity. Remove stale label or comment or this will be closed in a few days. |
We are looking at a resolutions |
This issue is being marked stale because it has been open for 60 days with no activity. Please comment if this issue is still affecting you. If there is no change, this issue will be closed in 30 days. |
This issue was closed because it became stale and did not receive further updates. If the issue is still affecting you, please re-open it, or file a fresh Issue with updated information. |
Hi,
Currently StatefulSets don't support the change of volumeClaimTemplates after creating.
This is (especially for a database) a bad thing cause if the storage increases it is hard to increase the volume size.
kubernetes/kubernetes#68737
kubernetes/enhancements#660
kubernetes/enhancements#661
kubernetes/enhancements#1848
It would be nice if the operator can detect changes to the volumeClaimTemplates and patch the existing PVCs accordingly as a workaround.
The text was updated successfully, but these errors were encountered: