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

Windows node agent can't connect to Datadog cluster agent on EKS cluster [BUG] #28904

Open
julianll1202 opened this issue Aug 29, 2024 · 2 comments

Comments

@julianll1202
Copy link

Agent Environment

Output of agent status

 Loading Errors
  ==============
    orchestrator_pod
    ----------------
      Core Check Loader:
        Could not configure check orchestrator_pod: orchestrator check is configured but the cluster name is empty

      Python Check Loader:
        unable to import module 'orchestrator_pod': No module named 'orchestrator_pod'

Describe what happened:
Windows node agent can't connect to Datadog cluster agent on EKS cluster.

Describe what you expected:
Windows node agent connecting to datadog cluster agent and windows pods appearing on datadog's website.

Steps to reproduce the issue:
At the moment I do not know how to reproduce the issue.

Additional environment details (Operating System, Cloud provider, etc):

  • Agent version 7.56.0
  • Helm chart version 3.70.3
  • Kubernetes version 1.29
  • Provider AWS
  • Cluster type EKS cluster
@julianll1202 julianll1202 changed the title [BUG] Windows node agent can't connect to Datadog cluster agent on EKS cluster [BUG] Aug 29, 2024
@mfpierre
Copy link
Contributor

Hi @julianll1202 it seems there could be 2 different issues:

  • from the output of the status it seems that the agent is not able to detect automatically the cluster name in your cluster, it's mandatory for the orchestrator check to be able to run, you can set it via the chart or the DD_CLUSTER_NAME env variable
  • the issue title is about cluster agent <> node agent communication, do you have more info about that?

@julianll1202
Copy link
Author

Yes, I have a mixed cluster (Linux & Windows) and I want my Windows Datadog agent to connect to the Datadog Cluster Agent, which can only be Linux so that I can monitor them

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

No branches or pull requests

2 participants