We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug bloom-builder deployment is created always, even when it's set to 0 replicas (default).
To Reproduce Steps to reproduce the behavior:
Expected behavior bloom-builder deployment should be created only when it has more than 1 replica, just like any other loki component. Like this https://github.com/grafana/loki/blob/main/production/helm/loki/templates/bloom-planner/statefulset-bloom-planner.yaml#L3
Alternatively deployment should be created only when this component is actually enabled though config.
Environment:
Screenshots, Promtail config, or terminal output N/A
The text was updated successfully, but these errors were encountered:
dc0cbd4
fix(helm): Various fixes and enhancements for bloom components (grafa…
326e005
…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]>
Successfully merging a pull request may close this issue.
Describe the bug
bloom-builder deployment is created always, even when it's set to 0 replicas (default).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
bloom-builder deployment should be created only when it has more than 1 replica, just like any other loki component. Like this https://github.com/grafana/loki/blob/main/production/helm/loki/templates/bloom-planner/statefulset-bloom-planner.yaml#L3
Alternatively deployment should be created only when this component is actually enabled though config.
Environment:
Screenshots, Promtail config, or terminal output
N/A
The text was updated successfully, but these errors were encountered: