You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
After installing grafana/loki chart in SSD mode, I've noticed that read node doesn't create/use PVCs. After analyzing the source code of the chart, I've concluded that read.persistence is used only ifread.legacyReadTarget is set to true. The problem is that this isn't mentioned in the values file, and took me time to prepare unnecessary PVs.
Describe the solution you'd like
Just put line like following before read.persistence:
# Used only if legacyReadTarget is set to true
Describe alternatives you've considered
None
Additional context
Related to grafana/loki chart.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
After installing
grafana/loki
chart in SSD mode, I've noticed thatread
node doesn't create/use PVCs. After analyzing the source code of the chart, I've concluded thatread.persistence
is used only ifread.legacyReadTarget
is set totrue
. The problem is that this isn't mentioned in the values file, and took me time to prepare unnecessary PVs.Describe the solution you'd like
Just put line like following before
read.persistence
:Describe alternatives you've considered
None
Additional context
Related to
grafana/loki
chart.The text was updated successfully, but these errors were encountered: