-
Notifications
You must be signed in to change notification settings - Fork 814
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
5.7.1 does not work with Kubernetes 1.2 #2388
Comments
diff that works in our limited testing:
|
Any news on this one? I'm unable to send any metrics from my Kubernetes cluster to Datadog since I updated the cluster to 1.2. |
@mlamina the patch above fixed it for me. |
Oh cool! I am not keen to build the agent myself. Is this patch already integrated and available somewhere on Docker Hub? |
I just have a Dockerfile that uses the official as the FROM and patches files in place. |
@mlamina @bakins |
- Enable kubelet check by default - Remove master check for now as they are flaky, hard to enable and not used - Adapt to new format of labels set by kube1.2 fix #2388 #2494 - Allow to blacklist labels - Support replica sets fix #2444 #2446 - Handle case where no pods are running. Fix #2263 - Add tests for kube 1.2
- Enable kubelet check by default - Remove master check for now as they are flaky, hard to enable and not used - Adapt to new format of labels set by kube1.2 fix #2388 #2494 - Allow to blacklist labels - Support replica sets fix #2444 #2446 - Handle case where no pods are running. Fix #2263 - Add tests for kube 1.2
- Enable kubelet check by default - Remove master check for now as they are flaky, hard to enable and not used - Adapt to new format of labels set by kube1.2 fix #2388 #2494 - Allow to blacklist labels - Support replica sets fix #2444 #2446 - Handle case where no pods are running. Fix #2263 - Add tests for kube 1.2
- Enable kubelet check by default - Remove master check for now as they are flaky, hard to enable and not used - Adapt to new format of labels set by kube1.2 fix #2388 #2494 - Allow to blacklist labels - Support replica sets fix #2444 #2446 - Handle case where no pods are running. Fix #2263 - Add tests for kube 1.2
I was able to track it down to the labels the kubelet adds to the containers and are exposed via cadvisor inside the kubelet. in 1.1, we get labels like:
in 1.2, we get:
I'm playing with a quick patch, but there's probably a more elegant way.
The text was updated successfully, but these errors were encountered: