DataDog / datadog-agent

Main repository for Datadog Agent
https://docs.datadoghq.com/
Apache License 2.0
2.84k stars 1.19k forks source link

not spawning an agent node per each node in the cluster #3017

Open ekimia opened 5 years ago

ekimia commented 5 years ago

Followed the guide here, used the standard config: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/

Unfortunately only 5 agent pods are being started up, and we have roughly 30 pods in the same namespace. Not specifying any additional checks to include/exclude specific pods.

xlucas commented 5 years ago

Hello, I'm not sure to understand the problem here. How many nodes do you have in your cluster and how many agents are running from the daemonset? Thanks!