-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Today, if we try to increase the storage size, it will fail with the following message:
Helm Release qdrant/qdrant-9ba92ff7: cannot patch "qdrant-9ba92ff7" with kind StatefulSet: StatefulSet.apps "qdrant-9ba92ff7" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
Would it be possible to change how volumes are handled to allow volume expansion in a current running cluster via Helm?
PS: I know that because of the STS usage, this is complicated and probably this would be better accomplished if using an operator pod.
tekumara
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request