Coder Social home page Coder Social logo

Comments (5)

jpkrohling avatar jpkrohling commented on September 28, 2024 1

That's a great find, @Spellchaser! Do you think it would be helpful to add this to the documentation, or at least to the readme on this repository?

If so, @PikBot could help with that.

from jaeger-kubernetes.

gitclonedcush avatar gitclonedcush commented on September 28, 2024 1

I had the same error for a different reason when using a custom base path.

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  annotations:
    traefik.frontend.rule.type: PathPrefixStrip
    kubernetes.io/ingress.class: traefik
  name: jaegertracing-ingress
  namespace: monitoring
spec:
  rules:
  - host: myhost
    http:
      paths:
      - path: /jaeger
        backend:
          serviceName: jaeger-query
          servicePort: 80

This wasn't working because I was still using PathPrefixStrip. Removing this annotation fixed the issue for me.

from jaeger-kubernetes.

Aergonus avatar Aergonus commented on September 28, 2024

I wasn't sure where to stick it.
I'm don't think many users will encounter this, so adding this to main landing page would make it more cluttered and make things more confusing imo.

from jaeger-kubernetes.

jpkrohling avatar jpkrohling commented on September 28, 2024

I'll close this one, as it it indeed doesn't seem like it would belong to the website. If more users face this specific issue in the future, we could add your finding to a possible "troubleshooting" section.

from jaeger-kubernetes.

chukynax avatar chukynax commented on September 28, 2024

I'll close this one, as it it indeed doesn't seem like it would belong to the website. If more users face this specific issue in the future, we could add your finding to a possible "troubleshooting" section.

Better guys you add this somewhere, half a day was thrown ) thx it is here

from jaeger-kubernetes.

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.