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

fix: Update Loki v3 Helm statefulset-ingester.yaml template #13118

Merged
merged 5 commits into from
Jul 10, 2024

Conversation

Arno-Pretorius
Copy link
Contributor

@Arno-Pretorius Arno-Pretorius commented Jun 4, 2024

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

  • [X ] Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • Title matches the required conventional commits format, see here
    • Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such, feat PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • [ X] For Helm chart changes bump the Helm chart version in production/helm/loki/Chart.yaml and update production/helm/loki/CHANGELOG.md and production/helm/loki/README.md. Example PR
  • If the change is deprecating or removing a configuration option, update the deprecated-config.yaml and deleted-config.yaml files respectively in the tools/deprecated-config-checker directory. Example PR

Removing the "-ingester.ring.instance-availability-zone=zone-default" parameter.
@Arno-Pretorius Arno-Pretorius requested a review from a team as a code owner June 4, 2024 13:35
@CLAassistant
Copy link

CLAassistant commented Jun 4, 2024

CLA assistant check
All committers have signed the CLA.

Arno-Pretorius and others added 3 commits June 25, 2024 10:20
Adding back the argument in its correct syntax
Co-authored-by: Alexander Lindeskär <lindeskar@users.noreply.github.com>
@bulmust
Copy link

bulmust commented Jun 25, 2024

LGTM.

Does not need any if statement.

Copy link
Contributor

@lindeskar lindeskar left a 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. 😄

@Ronan-WeScale
Copy link

Ronan-WeScale commented Jun 28, 2024

@Arno-Pretorius accept the Contributor license aggrement please

@Arno-Pretorius
Copy link
Contributor Author

@Arno-Pretorius accept the Contributor license agreement please

@Ronan-WeScale Done, thank you

@alexinthesky
Copy link

please merge this

@Arno-Pretorius
Copy link
Contributor Author

Arno-Pretorius commented Jul 10, 2024

@grafana-labs-se-svc Can we get some action on this item please?

@MasslessParticle MasslessParticle changed the title Fix: Update Loki v3 Helm statefulset-ingester.yaml template fix: Update Loki v3 Helm statefulset-ingester.yaml template Jul 10, 2024
Copy link
Contributor

@MasslessParticle MasslessParticle left a 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 MasslessParticle merged commit 5b4e576 into grafana:main Jul 10, 2024
62 checks passed
@diranged
Copy link

@MasslessParticle When can we get a patch release pushed with this fix? Without it, our team is completely blocked from the migration off of loki-distributed...

@Arno-Pretorius
Copy link
Contributor Author

The fix has been published with in the latest release https://github.com/grafana/helm-charts/releases/tag/helm-loki-6.7.1

mraboosk pushed a commit to mraboosk/loki that referenced this pull request Oct 7, 2024
…13118)

Co-authored-by: Alexander Lindeskär <lindeskar@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants