Skip to content
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

[Helm] Loki 3.0 helm chart distributed mode doesn't work for ingress without gateway #12844

Closed
anindyameister opened this issue May 1, 2024 · 1 comment
Labels
area/helm type/bug Somehing is not working as expected

Comments

@anindyameister
Copy link

anindyameister commented May 1, 2024

Describe the bug
Loki helm chart was updated recently in #12067 to add support for distributed deployment mode, however the ingress template wasn't updated, and as a result, distributed mode can only be used with gateway enabled. SSD works with either.

To Reproduce

$ helm repo add grafana https://grafana.github.io/helm-charts && helm repo update
$ curl -sLO https://raw.githubusercontent.com/grafana/loki/main/production/helm/loki/distributed-values.yaml
$ helm template --set 'deploymentMode=Distributed,gateway.enabled=false,ingress.enabled=true' --version=6.4.2 --values distributed-values.yaml grafana/loki

Expected behavior
Ingress read and write paths should use appropriate service backends for distributed mode.

Environment:

  • Deployment tool: helm
@JStickler JStickler added area/helm type/bug Somehing is not working as expected labels May 13, 2024
@anindyameister
Copy link
Author

This is fixed in #12932

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm type/bug Somehing is not working as expected
Projects
None yet
Development

No branches or pull requests

2 participants