cortex-helm-chart
cortex-helm-chart copied to clipboard
Helm chart for Cortex
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...
**What this PR does**: Adds the ability to deploy the Cortex helm chart in a "monolithic" mode **Which issue(s) this PR fixes**: Fixes https://github.com/cortexproject/cortex-helm-chart/issues/378 **Checklist** - [x] `CHANGELOG.md` updated -...
As per subject! Not sure what else needs to be said other than that we'd love to see support for this and would be willing to contribute if it's something...
To support zone awareness we need to create different ingesters configurations as many zones required. Currently this is not possible through the helm install.
Since you expose `nginx.config.client_max_body_size` as a top level config it is probably best to also expose the `client_body_buffer_size` so folks can control what ends up being disk buffered and what...
I noticed a few references to a CONTRIBUTING.md file, but it doesn't seem to exist.
recently I deployed just the compactor with the "shuffle-sharding" tec from https://github.com/cortexproject/cortex/pull/4433. The compactor would not come up due to the memberlist not publishing non-ready endpoints ``` ts=2022-02-22T10:48:56.126638511Z caller=memberlist_logger.go:74 level=warn...
**What this Issue is supposed to do** Basically we want to automate the annoying task of updating the README.md since we use helm-docs for generating the helm value table for...
**What this PR does**: Add a toggle to enable/disable access logs in nginx (similar to loki helm chart) **Which issue(s) this PR fixes**: Nothing **Checklist** - [x] `CHANGELOG.md` updated -...
…tefulset **What this PR does**: Provide the ability to configure Pod Topology Spread Constraints to Ingester/Alertmanager statefulset. This is a fix for 2 statefulsets that were missed in this: https://github.com/cortexproject/cortex-helm-chart/pull/343...