-
Notifications
You must be signed in to change notification settings - Fork 542
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
base: main
Are you sure you want to change the base?
Conversation
db2b64a
to
d452cf5
Compare
@@ -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, |
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.
for compactor, ingester, and store-gateway.
?
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.
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 🙌
Signed-off-by: Vladimir Varankin <[email protected]>
Signed-off-by: Vladimir Varankin <[email protected]>
9c396b4
to
57d3b02
Compare
Co-authored-by: Taylor C <[email protected]>
What this PR does
This PR updates the chart StatefulSets templates, to allow configuring their PVC template names. E.g.
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
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.