jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
269 stars 347 forks source link

[Bug]: Jaeger resource creation not success as falling to call mutating webhook service #583

Open lalwani-hitesh opened 5 months ago

lalwani-hitesh commented 5 months ago

What happened?

Can't able to call the mutating and validating webhook failed calling webhook "mjaeger.kb.io": failed to call webhook: Post "https://jaeger-operator-webhook-service.jaeger.svc:443/mutate-jaegertracing-io-v1-jaeger?timeout=10s

Steps to reproduce

While creating any jaeger resource we are facing this issue

Expected behavior

Jaeger resource creation success with validating and mutating webhook

Relevant log output

No response

Screenshot

No response

Additional context

No response

Jaeger backend version

Jaeger-operator 1.50

SDK

No response

Pipeline

No response

Stogage backend

No response

Operating system

No response

Deployment model

Kubernetes

Deployment configs

No response

Dante-in-Korea commented 5 months ago

should enable hostNetwork in the jaeger-operator

hostNetwork: true
lalwani-hitesh commented 3 months ago

Still facing the same issue.

Dante-in-Korea commented 3 months ago

you'll check jaeger-operator service endpoint.

I don't think the endpoint service changed.

service endpoint target is worker's IP when Jaeger-operator's hostnetwork sets true.