You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a bug or at least an error with a known fix? I am trying to understand the source if this error and how to remedy it. I am using datadog:6.1.4.
(kubelet.go:170 in createService) | Failed to get ports for pod calico-node-... (kubelet.go:170 in createService) | Failed to get ports for pod calico-node-... (kubelet.go:170 in createService) | Failed to get ports for pod fluent-bit-... (kubelet.go:170 in createService) | Failed to get ports for pod prometheus-alertmanager-...
This was indeed set as Error while it should just be a Debug log.
It happens if for instance we don't find ports in pod spec of the pod.
The PR that fixed this is #1490 and the fix is embedded in the version 6.2 of the agent that we released a few days ago (will be available at datadog/agent:latest).
Could you give this a try and let us know if that helps ?
Best Regards,
I'm using
datadog-agent
6.1.0 on Kubernetes v1.8.9, running on GKE.When the agent starts up I see several logs like this:
Looking at the code (
datadog-agent/pkg/collector/listeners/kubelet.go
Line 170 in 614a3ff
I don't think that this is an error condition, or even something that should be a warning.
The text was updated successfully, but these errors were encountered: