jaegertracing / helm-charts

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

Using service topologyKey hostname pods to send data to the daemonset in jaeger #115

Open abhidha02 opened 4 years ago

abhidha02 commented 4 years ago

Requirement - Using service topologyKey hostname pods to send data to the daemonset in jaeger

jaeger agent helm related configurations

jaegeragent: agent service:
spec: selector: app.kubernetes.io/name: jaegeragent app.kubernetes.io/component: agent
topologyKeys:

What you expected to happen: Pods only send data to the local daemonset

kubectl get endpointslice No resources found

--feature-gates="ServiceTopology=true,EndpointSlice=true" is already enabeled.

objectiser commented 4 years ago

@abhidha02 I think this is a helm chart issue, so have moved to that repo. If you think this is wrong, let me know.

yurishkuro commented 4 years ago

Please use triple-backticks to format code snippets properly. It makes the content more readable and helps people understand the issue.