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

Support expansion of PVCs #197

Closed
WolfspiritM opened this issue Sep 14, 2020 · 5 comments
Closed

Support expansion of PVCs #197

WolfspiritM opened this issue Sep 14, 2020 · 5 comments

Comments

@WolfspiritM
Copy link

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.

@antonlisovenko
Copy link
Contributor

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!

@theburi
Copy link

theburi commented Jan 7, 2021

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.

@theburi theburi added stale and removed stale labels Jan 7, 2021
@theburi
Copy link

theburi commented Jan 7, 2021

We are looking at a resolutions

@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the stale label Apr 23, 2021
@github-actions
Copy link
Contributor

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.

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

No branches or pull requests

4 participants