-
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
[helm] Use Loki Canary in Helm Chart Test #7228
Labels
Comments
trevorwhitney
added a commit
that referenced
this issue
Oct 25, 2022
**What this PR does / why we need it**: Add a helm chart test that utilizes the Loki canary to confirm the Loki cluster is functioning correctly. **Which issue(s) this PR fixes**: Fixes #7228 Co-authored-by: Karsten Jeschkies <[email protected]>
lxwzy
pushed a commit
to lxwzy/loki
that referenced
this issue
Nov 7, 2022
**What this PR does / why we need it**: Add a helm chart test that utilizes the Loki canary to confirm the Loki cluster is functioning correctly. **Which issue(s) this PR fixes**: Fixes grafana#7228 Co-authored-by: Karsten Jeschkies <[email protected]>
changhyuni
pushed a commit
to changhyuni/loki
that referenced
this issue
Nov 8, 2022
**What this PR does / why we need it**: Add a helm chart test that utilizes the Loki canary to confirm the Loki cluster is functioning correctly. **Which issue(s) this PR fixes**: Fixes grafana#7228 Co-authored-by: Karsten Jeschkies <[email protected]>
Abuelodelanada
pushed a commit
to canonical/loki
that referenced
this issue
Dec 1, 2022
**What this PR does / why we need it**: Add a helm chart test that utilizes the Loki canary to confirm the Loki cluster is functioning correctly. **Which issue(s) this PR fixes**: Fixes grafana#7228 Co-authored-by: Karsten Jeschkies <[email protected]>
mraboosk
pushed a commit
to mraboosk/loki
that referenced
this issue
Oct 7, 2024
**What this PR does / why we need it**: Add a helm chart test that utilizes the Loki canary to confirm the Loki cluster is functioning correctly. **Which issue(s) this PR fixes**: Fixes grafana#7228 Co-authored-by: Karsten Jeschkies <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When installing the helm chart, how do I know that it's not only installed semantically correct (ie. k8s pods are up and running), but also that Loki is behaving correctly?
Describe the solution you'd like
Include a helm chart test that utilizes the included Loki canary to test if Loki is running properly.
Describe alternatives you've considered
Just use the canary dashboard, a slightly more manual process.
The text was updated successfully, but these errors were encountered: