-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bloom-builder: new component cannot start up because helm chart is not creating /var/loki path #14082
Comments
If we remove the bloom_build:
enabled: true |
So we are on Loki 3.1.1 ... but by using the |
A Loki release (3.2.0) is planned in the near future (around ObsCon 2024). |
…na#14128) * Fix: Do not create bloom Deployment/Statefulset if replicas=0 (fixes grafana#14090) * Fix: Configure PV claims for bloom gateway and bloom builder correctly (fixes grafana#14082) * Fix: Configure emphemeral storage for bloom builder working directory (fixes grafana#14084) * Add required configuration for bloom builder and bloom gateway --- Signed-off-by: Christian Haudum <[email protected]>
Describe the bug
In https://github.com/grafana/loki/pull/14003/files the
bloom-compactor
was replaced by thebloom-builder
andbloom-planner
. The chart removed the storage claims component, but never puts back a/var/loki
volume into thebloom-builder
deployment object. This cause the Loki app to come up and throw an error about the/var/loki
path being a read-only filesystem:To Reproduce
bloomBuilder.enabled
flag in the helm chart.The text was updated successfully, but these errors were encountered: