Jaeger service from Istio states service no available #7410
Unanswered
OteemoSanjay
asked this question in
Q&A
Replies: 1 comment 2 replies
-
converting to Q&A as this is likely not a bug Please consult the Kiali docs on configuring Jaeger tracing - it sounds like you just need to configure Kiali correctly to be able to communiate with Jaeger https://kiali.io/docs/configuration/p8s-jaeger-grafana/tracing/jaeger/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
We have a self managed k8 cluster with Istio (1.22) and Kiali enabled.
When we click on the Jaeger link, we get the following error.
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "no service port 16686 found for service "tracing"",
"reason": "ServiceUnavailable",
"code": 503
}
When I opened this issue as a user experience issue in ISTIO, they suggested I open it in KIALI
Expected Behavior
What are the steps to reproduce this bug?
Environment
Learn about how to determine versions here.
❯ istioctl version
client version: 1.22.1
control plane version: 1.22.1
data plane version: 1.22.1 (4 proxies)
Istio and Kiali have been working fine for a almost a year, but someone wanted distributed tracing.
Even though the error says service no available, the service YAML is within the large Jaeger YAML
Beta Was this translation helpful? Give feedback.
All reactions