-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Loki 1.5.0: The "loki-loki-stack" ConfigMap is not created for "loki-stack-datasource.yaml" #2195
Comments
is this a duplicate of #2186 ? Can you confirm ? |
I didn't realize but this was a perfect ok use case to generate datasource when using a different grafana deployment. Fixes grafana#2186 Fixes grafana#2195 Now regarding grafana#2086 it seems pretty easy to use `.Values.grafana.sidecar.datasources.enabled` if you don't want any datasources. Signed-off-by: Cyril Tovena <[email protected]>
Yes it's exactly that. |
To give you a clear context on my issue: My promtail ships logs to Loki (hosted in a different cluster). So, to get things working this way, I'd add following to these YAML files: promtail.yaml: loki-stack-datasource.yaml Since I don't have a configmap for loki-stack-datasource.yaml in 1.5.0, I don't have Is there a different way to accomplish this now? |
I didn't realize but this was a perfect ok use case to generate datasource when using a different grafana deployment. Fixes #2186 Fixes #2195 Now regarding #2086 it seems pretty easy to use `.Values.grafana.sidecar.datasources.enabled` if you don't want any datasources. Signed-off-by: Cyril Tovena <[email protected]>
I didn't realize but this was a perfect ok use case to generate datasource when using a different grafana deployment. Fixes grafana#2186 Fixes grafana#2195 Now regarding grafana#2086 it seems pretty easy to use `.Values.grafana.sidecar.datasources.enabled` if you don't want any datasources. Signed-off-by: Cyril Tovena <[email protected]>
Describe the bug
I deployed the Loki Stack (stable) using Helm 3 and Loki 1.5.0 was deployed but no ConfigMap was created for the "loki-stack-datasource.yaml" file.
To Reproduce
Steps to reproduce the behavior:
helm3 repo add loki https://grafana.github.io/loki/charts
helm3 --install --name=loki loki/loki-stack
kubectl get configmaps -n loki
NAME DATA AGE
loki-loki-stack-test 1 6m19s
loki-promtail 1 6m19s
Expected behavior
The "loki-loki-stack" should've been created for "loki-stack-datasource.yaml".
Environment:
Screenshots, Promtail config, or terminal output
This was not an issue in Loki 1.4.1.
The text was updated successfully, but these errors were encountered: