-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix: Update Loki v3 Helm statefulset-ingester.yaml template #13118
Conversation
Removing the "-ingester.ring.instance-availability-zone=zone-default" parameter.
Adding back the argument in its correct syntax
Co-authored-by: Alexander Lindeskär <[email protected]>
LGTM. Does not need any if statement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how I became a reviewer of this. I don't think I have the power to let it be merged. 😄
@Arno-Pretorius accept the Contributor license aggrement please |
@Ronan-WeScale Done, thank you |
please merge this |
@grafana-labs-se-svc Can we get some action on this item please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
@MasslessParticle When can we get a patch release pushed with this fix? Without it, our team is completely blocked from the migration off of |
The fix has been published with in the latest release https://github.com/grafana/helm-charts/releases/tag/helm-loki-6.7.1 |
…13118) Co-authored-by: Alexander Lindeskär <[email protected]>
Updating the "-ingester.ring.instance-availability-zone=zone-default" parameter.
What this PR does / why we need it:
This parameter is giving an error "loki ingester not starting: flag not defined: -ingester.ring.instance-availability-zone" on the ingester service as seen in this logged Github/Loki issue #13061.
I Updated the parameter to "-ingester.availability-zone" in my Live manifest and then my Loki Ingester deployed and started to make index entries etc.
This parameter is required I am not sure if the fix should rather be made on the ingester service itself and not in the statefulset to reflect the correct value.
Which issue(s) this PR fixes:
Fixes ##13061
Special notes for your reviewer:
Checklist
CONTRIBUTING.md
guide (required)feat
PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.docs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR