I can confirm this not a connectivity issue, the domain has been allowed in our outbound FW rules and I have manually tested that a connection can be established both from the windows node and from a windows pod. Maybe the image is so old that there is some TLS issue/version problem.
After some time, it starts spamming the following error:
Integration command failed\" error=\"exit status 1\" instance=nri-kubernetes integration=com.newrelic.kubernetes prefix=integration/com.newrelic.kubernetes stderr="time="2024-12-04T07:29:06Z" level=warning msg=\"Cache file (c:\var\cache\nr-kubernetes\infra-sdk-cache.json) is older than 1m0s, skipping loading from disk.\"
Although the windows nodes are showing in Infrastructure -> Hosts, no information whatsoever is shown from them except for the agent version (1.20.7) and the apps running in the node (I presume inferred from the APM information)
Also, hostProcess was released with K8S 1.26 in 2022. Maybe that can be used to allow the NRI integration capture system, network and disk metrics, which are currently not part of the integration.
NRI docker image for windows nodes does not seem to work at all.
Description
Using the V2 infrastructure intengration, as per the docs: https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/installation/kubernetes-windows/
With these settings for the helm chart:
When starting the container it will always print this error:
I can confirm this not a connectivity issue, the domain has been allowed in our outbound FW rules and I have manually tested that a connection can be established both from the windows node and from a windows pod. Maybe the image is so old that there is some TLS issue/version problem.
After some time, it starts spamming the following error:
Although the windows nodes are showing in Infrastructure -> Hosts, no information whatsoever is shown from them except for the agent version (1.20.7) and the apps running in the node (I presume inferred from the APM information)
The image is running agent from November 2, 2021:
https://docs.newrelic.com/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1207/
Also, hostProcess was released with K8S 1.26 in 2022. Maybe that can be used to allow the NRI integration capture system, network and disk metrics, which are currently not part of the integration.
https://kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/
Expected Behavior