Giter VIP home page Giter VIP logo

Comments (6)

utkudarilmaz avatar utkudarilmaz commented on July 17, 2024 3

If change the output plugin name to loki error is resolving.

from helm-charts.

ohdearaugustin avatar ohdearaugustin commented on July 17, 2024 1

Same issue here with loki-stack version 2.2.0.

from helm-charts.

utkudarilmaz avatar utkudarilmaz commented on July 17, 2024

Same issue occurred when installing loki/fluent-bit v2.0.1 chart.

from helm-charts.

knfoo avatar knfoo commented on July 17, 2024

I just tried to install it via the loki-stack

helm upgrade --install loki grafana/loki-stack --set fluent-bit.enabled=true,promtail.enabled=false,grafana.enabled=true,prometheus.enabled=true,prometheus.alertmanager.persistentVolume.enabled=false,prometheus.server.persistentVolume.enabled=false --namespace loki

I get the same error

from helm-charts.

unguiculus avatar unguiculus commented on July 17, 2024

With Loki 2.1.0 and updated chart versions, the issue should be fixed. Unfortunately, the Grafana folks had updated the charts when the change made it into master but was not released yet. See https://github.com/grafana/loki/releases/tag/v2.1.0.

from helm-charts.

ohdearaugustin avatar ohdearaugustin commented on July 17, 2024

@unguiculus That problem remains with loki-stack version 2.3.0 too. The helm chart installs the version 2.0.0 of the fluent-bit chart, which includes the old image with grafana/fluent-bit-plugin-loki:1.6.0-amd64.

We need to upgrade the requirements file.

  condition: fluent-bit.enabled
  repository: "https://grafana.github.io/helm-charts"
  version: "^2.0.0"

Workaround for now. Just set the container image to the new version:

fluent-bit:
  enabled: true
  image:
      tag: 2.1.0-amd64

BTW: Should fix is not being tested. Please test the charts next time.

from helm-charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.