Vertical Scaling of Weaviate cluster (PV Size)

Description

We are trying to increase the Storage volume size in Weaviate statefulset from 50 GB to 100GB. But when we deploy the changes in kubernetes through helm templates, k8s complains that PVC size can’t be increased.

Please let us know how to increase the PVC size along with the CPU/Memory of the pods.

Server Setup Information

  • Weaviate Server Version: 1.27.2
  • Deployment Method: K8S
  • Multi Node? Number of Running Nodes: 3
  • Client Language and Version: Python
  • Multitenancy?: No

Any additional Information

Deployed through helm templates using ArgoCD.

hi @adithya.ch !!

I believe this is something related to k8. From Weaviate perspective, as long as there is space, and is not under the threshold it will enter the readonly state, it will keep writing.

Do you see anything outstanding from Weaviate logs?