grafana / loki

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

Loki ingestor helm chart bugs #13250

Open Atom-oh opened 3 months ago

Atom-oh commented 3 months ago

Describe the bug A clear and concise description of what the bug is. flag provided but not defined: -ingester.ring.instance-availability-zone

flag provided but not defined: -ingester.ring.instance-availability-zone
Run with -help to get list of available parameters

To Reproduce Steps to reproduce the behavior:

  1. Started Loki (SHA or version)
  2. Started Promtail (SHA or version) to tail '...'
  3. Query: {} term Install with helm chart with below values
    ingester:
    zoneAwareReplication:
    enabled: false

Expected behavior A clear and concise description of what you expected to happen. install successed but got error logs

flag provided but not defined: -ingester.ring.instance-availability-zone
Run with -help to get list of available parameters

Environment:

Screenshots, Promtail config, or terminal output If applicable, add any output to help explain your problem.

lindeskar commented 3 months ago

This might be a duplicate of: https://github.com/grafana/loki/issues/13061

(I also experience this problem and want it fixed)

wangjinxiang0522 commented 2 months ago

I am encountering the same issue with Loki3.1, how can this problem be resolved?

ingester:
  zoneAwareReplication:
    enabled: false

The ingester is displaying an error message:

flag provided but not defined: -ingester.ring.instance-availability-zone
Run with -help to get list of available parameters