Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: #2734

Open
yatakoi opened this issue Nov 12, 2024 · 0 comments
Open

[Bug]: #2734

yatakoi opened this issue Nov 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@yatakoi
Copy link

yatakoi commented Nov 12, 2024

What happened?

I used the example https://github.com/jaegertracing/jaeger-operator/blob/main/examples/ingress-with-host-pathType.yaml and here is the final manifest

After applying it, the operator reports an error:

2024-11-12T08:49:34Z    ERROR    failed to apply the changes    {"instance": "jaeger", "namespace": "observability", "execution": "2024-11-12T08:49:34Z", "error": "Ingress.extensions \"jaeger-query\" is invalid: spec.rules[0].http.paths[0].path: Invalid value: \"\": must be an absolute path"}

What am I doing wrong?

Steps to reproduce

---
apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
  name: jaeger
spec:
  allInOne:
    image: nexus.xxxxx:8444/devops/jaeger/all-in-one:1.46.0
  storage:
    type: badger
    options:
      badger:
        ephemeral: false
        directory-key: "/badger/key"
        directory-value: "/badger/data"
        span-store-ttl: "16h"
  volumeMounts:
  - name: data
    mountPath: /badger
  volumes:
  - name: data
    persistentVolumeClaim:
      claimName: jaegerpvc
  query:
    options:
      base-path: "/"
  ingress:
    enabled: true
    pathType: Prefix
    hosts:
      - xxxxx

Expected behavior

Applying ingress.

Relevant log output

Screenshot

No response

Additional context

No response

Jaeger backend version

No response

SDK

No response

Pipeline

No response

Stogage backend

No response

Operating system

No response

Deployment model

No response

Deployment configs

@yatakoi yatakoi added the bug Something isn't working label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant