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
We needed to dig quite a lot into problems that I've encountered just to find out that my k8s setup was using PersistentVolumeClass that was a combination of hard-drive with SSD cache that made the result performance vary.. (and might result in weaviate timeous )
You might want to note this here... since the only way how to discover this (if you won't use the standard HELM chart) is by analysing the helm chart it self.
This issue is no longer valid, and I suggest it be closed.
The current helm file for the v1.26.3 image has a default definition that includes the PV storage class name.
Page URL
https://github.com/semi-technologies/weaviate-io/blob/main/developers/weaviate/current/configuration/backups-and-persistence.md#kubernetes
User feedback
We needed to dig quite a lot into problems that I've encountered just to find out that my k8s setup was using PersistentVolumeClass that was a combination of hard-drive with SSD cache that made the result performance vary.. (and might result in weaviate timeous )
You might want to note this here... since the only way how to discover this (if you won't use the standard HELM chart) is by analysing the helm chart it self.
Just add a note here:
https://github.com/semi-technologies/weaviate-io/blob/main/developers/weaviate/current/configuration/backups-and-persistence.md#kubernetes
that you need
spec:
storageClassName: premium-rwo
(at least for GCP... you might want to check it for AWS/Azure too)
The text was updated successfully, but these errors were encountered: