-
Notifications
You must be signed in to change notification settings - Fork 772
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
LFX-Mentorship-Fall: StatefulSet support volume claim resize #905
Comments
@tianzichenone Thanks. If upstream is working on this kubernetes/enhancements#2842 , we'd better wait for it and then rebase into Kruise, to make sure the behavior is consistent with upstream. |
veophi
changed the title
[feature request] Support auto resize pvc capacity in statefulset
LFX-Mentorship-Fall: CloneSet&StatefulSet support volume claim resize
Jul 27, 2023
Please consider assigning this issue to me. |
/assign @ABNER-1 |
A new proposal of upstream: kubernetes/enhancements#4651 |
zmberg
changed the title
LFX-Mentorship-Fall: CloneSet&StatefulSet support volume claim resize
LFX-Mentorship-Fall: StatefulSet support volume claim resize
Jul 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added:
Auto resize PVC capacity when updating volume claim template in Advanced StatefulSet and CloneSet.
And should consider the following things:
Why is this needed:
When we want to expand all PVCs of StatefulSet or CloneSet , we should update PVCs manually.
When we update capacity in volume claim template, the newly created Pods will use updated capacity, but the old Pods not, this confusing the user.
The text was updated successfully, but these errors were encountered: