jaegertracing / jaeger-openshift

Support for deploying Jaeger into OpenShift
https://jaegertracing.io/
Apache License 2.0
57 stars 37 forks source link

jaeger-agent service is not available in production template #87

Closed jkandasa closed 5 years ago

jkandasa commented 6 years ago

Requirement - what kind of business use case are you trying to solve?

I see OpenShift production template does not have jaeger-agent service. It is inconsistent with the Kubernetes production template.

Problem - what in Jaeger blocks you from solving the requirement?

There is no blockers.

ofirattia commented 5 years ago

the jaeger-agent should come as part of your deployment configuration and act a side-car container for your service.

jpkrohling commented 5 years ago

To complement @ofirattia's answer: it's inconsistent with the Kubernetes template because OpenShift requires cluster-admin to install a DaemonSet and the template is meant to be consumed by a non-privileged user.