Missing containerID info EKS 1.21.2 ContainerD #231
Labels
bug
Categorizes issue or PR as related to a bug.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
In some scenarios it was reported that the containerID reported by the agent was missing
Description
In EKS 1.21.2 having the ContainerD as runtime, the reported container label is always empty causing the integration to fail when fetching the containerID.
Example
Expected Behavior
containerID always present
In an identical EKS 1.21.2 having Docker as container runtime the everything works as expected
Example
Steps to Reproduce
Create a cluster having:
Install the integration and run:
kubectl exec [newrelic-infra-pod] curl -- -kH "Authorization: Bearer "$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)"" https://localhost:10250/metrics/cadvisor > logs.txt
The text was updated successfully, but these errors were encountered: