cortex-helm-chart icon indicating copy to clipboard operation
cortex-helm-chart copied to clipboard

Ingester's Horizontal Pod Autoscaler is configurable for memory only

Open shybbko opened this issue 3 years ago • 2 comments
trafficstars

Cortex Ingester's HPA (https://github.com/cortexproject/cortex-helm-chart/blob/ad2f5cf3ce961af813fc73b9530be75a585322ac/templates/ingester/ingester-hpa.yaml) can be configured for memory only, but not CPU (missing targetCPUUtilizationPercentage block).

While the ingesters are generally memory-intensive pods, I think it would be nice to be able to scale if CPU usage is high.

So the question would be - is the design intentional?

shybbko avatar Jul 22 '22 07:07 shybbko

yes that was intentional as CPU scaling for ingesters in my opinion is not really relevant.

nschad avatar Jul 22 '22 12:07 nschad

This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 20 '22 23:09 stale[bot]