You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chart name and version
chart: victoria-logs-single
version: v0.8.12
Describe the bug
Currently, it is not possible to resize the persistent volume without recreating the stateful set. Is it possible to allow expanding the volume without having to recreate the stateful set?
Custom values
Please provide only custom values (excluding default ones):
N/A
The text was updated successfully, but these errors were encountered:
@tiny-pangolin It's not possible cause volumeClaimTemplates in statefulsetSpec is an immutable field.
As a workaround, users can manually delete the StatefulSet using kubectl delete statefulset NAME --cascade=orphan, which deletes the StatefulSet while leaving the pod intact. Then update the chart to create the statefulset with new volumeClaimTemplates to "reuse" the pod.
In deployment mode, there is no volumeClaimTemplates, so pvc can be updated freely.
Chart name and version
chart: victoria-logs-single
version: v0.8.12
Describe the bug
Currently, it is not possible to resize the persistent volume without recreating the stateful set. Is it possible to allow expanding the volume without having to recreate the stateful set?
Custom values
Please provide only custom values (excluding default ones):
N/A
The text was updated successfully, but these errors were encountered: