-
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
Docs feedback: /docs/sources/setup/install/helm/install-scalable/_index.md #13088
Comments
Hi there, It's been three weeks since this issue was opened. Are you currently working on it? If not, I would be happy to start working on it. |
@Charlie-lizhihan As far as I know, most of this issue was covered by this PR: #13083 Only this part:
was not fixed yet. |
@JStickler is this one you should be shepherding or is it one of the ones we spoke about the other week that is not? |
Hi all I just wanted to check in on this issue. I updated the docs back on the June 5th which should remove the use of schema_config but let me know if more needs to be done here. Apologies for not updating this issue. |
FYI - @Jayclifford345's PRs that updated this topic were #13083 and #13347. |
It looks like everything has been updated, I'll close this issue. |
Hello,
If you try to follow these docs to set up a minimal installation you will receive this error:
To fix it you need to add the schemaConfig block, like this:
And then it will work fine.
Besides that, the examples that are referencing the
schemaConfig
are outdated, referencing to toschema_config
: https://grafana.com/docs/loki/latest/configure/examples/configuration-examples/It will be good to add this block above (or a similar one) to achieve the docs goal or add the flag to use the test schema with a few words explaining the reason.
Another suggestion is to specify a version of the helm chart used in this guide, this will help to not break the docs in breaking changes.
I can open a PR to update these docs (If this is an expected behavior).
The text was updated successfully, but these errors were encountered: