-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark thanos storegateway size immutable
The `k8s-service-layer.prometheus.thanos_storegateway_size` yk8s config setting feeds into the `storegateway.persistence.size` parameter of the bitnami/thanos helm chart which feeds into the `volumeClaimTemplates` field of the `thanos-storegateway` statefulset created. That field is currently immutable making helm updates with the parameter fail. Related-to: kubernetes/enhancements#4650
- Loading branch information
Bruno Schubert
committed
Sep 26, 2024
1 parent
804b5bb
commit 2a5b9a7
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
docs/_releasenotes/1498.fix.mark-thanos-storegateway-size-immutable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Marked the ``k8s-service-layer.prometheus.thanos_storegateway_size`` config setting immutable | ||
and outlined a manual workaround to increase the size nonetheless. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters