When configuring a Weaviate cluster for performance improvement, it is believed that the appropriate shard should be expanded.
In this case, I’d like to know if there are any limitations on setting limits per pod?
I would like to know the maximum or appropriate limit values that one Pod can use for the next items.
As you suggested, I will not set the CPU and memory limits when creating Weaviate with Helm Chart. In the case of PV, the default is set to 32Gi, which is appropriate in most cases? If the initially planned space is insufficient, how should it be expanded?
[Error Message]
Error: UPGRADE FAILED: cannot patch “weaviate” with kind StatefulSet: StatefulSet.apps “weaviate” is invalid: spec: Forbidden: updates to statefulset spec for fields other than ‘replicas’, ‘ordinals’, ‘template’, ‘updateStrategy’, ‘persistentVolumeClaimRetentionPolicy’ and ‘minReadySeconds’ are forbidden
My helm chart version is ‘weaviate-16.8.0’
What’s the problem?