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 docs about operations/caching #9718

Closed
wants to merge 1 commit into from
Closed

Fix docs about operations/caching #9718

wants to merge 1 commit into from

Conversation

scovl
Copy link

@scovl scovl commented Jun 16, 2023

Which issue(s) this PR fixes:
Fixes #9073

This documentation update follows recent changes in Loki's caching strategy and the use of Memcached. Reviewers are encouraged to pay special attention to the accuracy and comprehensiveness of the Memcached configuration examples provided.

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • CHANGELOG.md updated
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/upgrading/_index.md
  • 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

@CLAassistant
Copy link

CLAassistant commented Jun 16, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories label Jun 16, 2023
Comment on lines +95 to +97
helm upgrade --install write-cache -n loki bitnami/memcached -f memcached-overides-write.yaml
helm upgrade --install results-cache -n loki bitnami/memcached -f memcached-overides-results.yaml
helm upgrade --install index-cache -n loki bitnami/memcached -f memcached-overides-index.yaml
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
helm upgrade --install write-cache -n loki bitnami/memcached -f memcached-overides-write.yaml
helm upgrade --install results-cache -n loki bitnami/memcached -f memcached-overides-results.yaml
helm upgrade --install index-cache -n loki bitnami/memcached -f memcached-overides-index.yaml
helm upgrade --install write-cache -n loki bitnami/memcached -f memcached-overrides-write.yaml
helm upgrade --install results-cache -n loki bitnami/memcached -f memcached-overrides-results.yaml
helm upgrade --install index-cache -n loki bitnami/memcached -f memcached-overrides-index.yaml

@scovl scovl closed this by deleting the head repository Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs] Comments and issues on operations/caching page
4 participants