Closed nicgrayson closed 1 year ago
Hi there! Thanks for reaching out to Datadog. Could you open a support ticket here so we can best troubleshoot this? Within the support ticket, it would help if you could pass along a flare from the cluster agent, a flare from the node agent, and also a pod describe of your application pod you are trying to collect traces from. Thank you!
Opened ticket 1332489. When one is found, I'll post a solution here for anyone googling this error.
This regression appeared for us with an upgrade of the operator from 1.0.3
to 1.1.0
.
Prior to the upgrade the selector is set correctly like this:
spec:
selector:
agent.datadoghq.com/component: agent
agent.datadoghq.com/name: datadog
and it is missing in 1.1.0
. Rolling back to 1.0.3
resolved the issue for us.
@gunzy83 Thanks for this. It's working on 1.0.3 for me.
thanks for raising the issue, it drove me nuts
Describe what happened: I upgraded from 0.8.x to 1.1.0 and APM stopped working in my cluster.
Describe what you expected: I expected to be able to send apm traffic to
http://datadog-agent-agent.datadog.svc.cluster.local:8126
but even a curl doesn't work.Steps to reproduce the issue: Create datadog agent with the following config:
Here is my
k get svc datadog-agent-agent -o yaml
Additional environment details (Operating System, Cloud provider, etc): EKS, Deployed with ArgoCD