-
Notifications
You must be signed in to change notification settings - Fork 379
Description
Hi,
I have setup a vicotriaLogs cluster and have 2 storage Nodes. Iam using AWS EBS st1 volumes. For the horizontalPodAutoscaling, I see that there is a metrics: [] line which is supposed to decide when the vlstorage should scale and for what metrics?
metrics: [] |
Questions:
-
Iam looking to scale the storagePods when the storage nears like 75% or CPU/memory maxes to a particular setting. Could you share some examples how that can be specified.
-
Also technically the overall storage would increase as an each pod is added right. Ex: 2 replicas with each 100GiB are present and if it scales by 1 and become 3 total, The storage will increase to 750GiB is my understanding. Could you please confirm ?
-
The retentionDiskSpaceUsage: Should it be set for the total space ie.. 700GiB or it will be 250GiB mapped to each PVC (Iam confused here as to whether the max of each Pvc of each storage node or the entire vlstorage Statefulset size which would be 250GiB * 3 will be set for retentionDiskSpaceusage