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

mimir-distributed: allow StatefulSets to configure their PVC template names #10376

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

narqo
Copy link
Contributor

@narqo narqo commented Jan 8, 2025

What this PR does

This PR updates the chart StatefulSets templates, to allow configuring their PVC template names. E.g.

store_gateway:
  persistentVolume:
    enabled: true
    name: store-gateway-data

This is a noop change for the existing systems. But this'll allow us to minimise the discrepancies between the Jsonnet bundle and the Helm chart, when migrating our internal systems to use the chart.

Also, the PR simplifies the templates of the volumeClaimTemplates yaml sections.

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@narqo narqo force-pushed the vldmr/helm-pvc-template-name branch from db2b64a to d452cf5 Compare January 8, 2025 13:28
@narqo narqo marked this pull request as ready for review January 8, 2025 13:30
@narqo narqo requested a review from a team as a code owner January 8, 2025 13:30
@@ -31,6 +31,8 @@ Entries should include a reference to the Pull Request that introduced the chang

* [CHANGE] Memcached: Update to Memcached 1.6.34. #10318
* [ENHANCEMENT] Minio: update subchart to v5.4.0. #10346
* [ENHANCEMENT] Alertmanager, compactor, ingester and store-gateway statefulsets can configure their PVC template name via the corresponding *.persistentVolume.name values. #10376
* [ENHANCEMENT] Added option to enable StatefulSetAutoDeletePVC for StatefulSets for compactor, ingester, store-gateway,
Copy link
Contributor

Choose a reason for hiding this comment

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

for compactor, ingester, and store-gateway. ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was a copy&paste from an old entry in the changelog. Now, 24 hours latter, I'm not sure why I did that. It's now gone, thank you for noticing 🙌

narqo added 2 commits January 10, 2025 17:35
Signed-off-by: Vladimir Varankin <[email protected]>
@narqo narqo force-pushed the vldmr/helm-pvc-template-name branch from 9c396b4 to 57d3b02 Compare January 10, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants