grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.39k stars 3.39k forks source link

feature request: support singleBinary mode with object storage #8012

Open gclawes opened 1 year ago

gclawes commented 1 year ago

Is your feature request related to a problem? Please describe. On homelab, small Raspberry Pi, or other resource-constrained kubernetes clusters where high availability is less important, it would be useful to be able to run loki in singleBinary mode while still using object storage

Describe the solution you'd like Allow loki.deployment.isSingleBinary/loki.deployment.isScalable to be overridden to allow single-binary mode to be used when object storage is configured, or make these settings independent of whether object storage is in use.

Describe alternatives you've considered The only alternative I am aware of is running in scalable mode, which can create more pods than is necessary in small environments like this.

toabi commented 11 months ago

I think that works in the meantime…