cortex-helm-chart
cortex-helm-chart copied to clipboard
Ingester's Horizontal Pod Autoscaler is configurable for memory only
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?
yes that was intentional as CPU scaling for ingesters in my opinion is not really relevant.
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.