Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes 1.9 breaks pod owner lookup #3642

Closed
andor44 opened this issue Jan 24, 2018 · 1 comment
Closed

Kubernetes 1.9 breaks pod owner lookup #3642

andor44 opened this issue Jan 24, 2018 · 1 comment

Comments

@andor44
Copy link

andor44 commented Jan 24, 2018

The code here to find the pod's creator no longer works because in kubernetes/kubernetes#54445 they removed the pod annotation that the agent code is looking for. They advise on using the stabilized metadata.ownerReferences field instead. The above patch is in 1.9, therefore any pods created by k8s 1.9 and later will be missing owner tags on metrics (e.g. kube_deployment, kube_daemonset, etc.)

@CharlyF
Copy link
Contributor

CharlyF commented Jan 28, 2018

Hey @andor44, it does seem like it indeed - Thank you very much for bringing this up to our attention!

I have added a task in our backlog so we can further investigate.
While we'll do our best to solve this as soon as possible, should you want to be updated on the progress made, feel free to reach out to our support team (support@datadoghq.com) with a reference to this issue so we can best communicate on our efforts.

Cheers,
.C

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants