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

Allow resizing (expanding) of persistent data PVCs #709

Open
HoustonPutman opened this issue Jun 14, 2024 · 0 comments · May be fixed by #712
Open

Allow resizing (expanding) of persistent data PVCs #709

HoustonPutman opened this issue Jun 14, 2024 · 0 comments · May be fixed by #712
Labels
enhancement New feature or request storage Data Storage options and features
Milestone

Comments

@HoustonPutman
Copy link
Contributor

Unfortunately Kubernetes does not currently support resizing of PVCs that are managed by StatefulSets.

There are a few KEP and KEP PRs that will hopefully enable this in the future however: kubernetes/enhancements#661, kubernetes/enhancements#4650
And even when it is added, it will take a while for it to be available for users.

Luckily, starting in Kubernetes 1.24, PVCs themselves support expansion. Therefore all we need to do as the Solr Operator is to go and manually update the PVC resources, and then do a rolling restart of the Pods to ensure that they have an up-to-date view of the storage volume.

@HoustonPutman HoustonPutman added enhancement New feature or request storage Data Storage options and features labels Jun 14, 2024
@HoustonPutman HoustonPutman added this to the main (v0.9.0) milestone Jun 14, 2024
@HoustonPutman HoustonPutman linked a pull request Jun 14, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request storage Data Storage options and features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant