[bitnami/thanos] cache configs not properly loaded on store gateway #25240
Labels
solved
tech-issues
The user has a technical issue about an application
thanos
triage
Triage is needed
Name and Version
bitnami/thanos 15.1.0
What architecture are you using?
amd64
What steps will reproduce the bug?
Upgraded Thanos from v12 to v15.
Are you using any custom parameters or values?
What is the expected behavior?
Thanos should be running.
What do you see instead?
The storegateway keeps crashing with the following log messages:
Additional information
The
prometheus-thanos-objstore-secret
used to contain 3 values: the indexCacheConfig, the bucketCacheConfig and the objStoreConfig. Only the last item remains, the other 2 moved into a configMap, but I think its configuration is wrong: it's only created when storegateway.config is set (not my case) but also it b64-encodes the value, which is probably a leftover from when it was stored in a secret..?The text was updated successfully, but these errors were encountered: