-
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 Helm Chart: Add missing server config ingester_client #12054
base: main
Are you sure you want to change the base?
Conversation
@andersondario What is your use case here? This setting doesn't seem needed in SSD mode so I'm not sure how this would fix anything. Also you don't specify a default value. |
This would help #6182 where the suggested workaround is to increase |
I had to do a workaround a few months ago when I installed Loki in a Kubernetes cluster on GCP. I don't remember in detail what the problem was, but I think it was related to the issue #6182 as @niklas-gullberg-ing mentioned |
@coro Is there anything we can do to get this PR merged? |
I'm afraid I'm not a maintainer of this repo, but @DylanGuedes & @JStickler may be able to help! I believe there is also a Community Call weekly where you may be able to ask for help from the community. |
@MichelHollands Could you please assist in merging this PR? Is there anything missing? |
In case this is blocking any of you: you can use the other Helm config sections to accomplish the same. You can add a |
@DylanGuedes Using This pull request appears to be a straightforward addition to the Helm chart. Could you let us know if there's anything incorrect or missing in our proposed changes? We're keen to understand why it might not be suitable for merging. |
Having the same need, so would love to see this PR merged. |
I too would appreciate this to be merged. It seems like a very minor, non-breaking change. What's holding it up? |
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.
sorry this has been sitting for so long. I'm good to get it merged. Can you remove the manual update of the version, and add a changleog entry?
What this PR does / why we need it: It adds a missing server configuration option in Helm chart, as described here in the docs: Supported contents and default values of loki.yaml
Which issue(s) this PR fixes:
#6182
Special notes for your reviewer:
Checklist
CONTRIBUTING.md
guide (required)CHANGELOG.md
updatedadd-to-release-notes
labeldocs/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