Cedric Lamoriniere

Results 46 comments of Cedric Lamoriniere

hi @rewolf The metrics was renamed in `kube-state-metrics` version >= 2. So the Datadog check that support `v2` is `kubernetes_state_core`. Because the python check that you have modified only support...

hi @alexbowers the fact that `kubernetes.node.count` is not labeled with node label is the current expected behaviour because this metric is an aggregation (count) of nodes, so it can't have...

@monkeymorgan, @mtomwing I agree with you both, this feature is mandatory in order to run the redis-operator in a multi-tenancy environment. It will not be difficult to implement, I just...

Hi @pedroh-reis The license/cla is missing to be able to merge this PR. could you sign it? https://cla.datadoghq.com/DataDog/datadog-agent?pullRequest=12614

code from Master solve this issue too. You should be able to deploy the `datadog-agent` suite as you wanted with the next datadog-operator release.

Hello @mcuelenaere Yes, we already have this feature in our roadmap. It will be a little bit different from what you propose. We plan to use the [admission-controller ](https://docs.datadoghq.com/agent/cluster_agent/admission_controller/) already...

Hi @jeroenj, Thanks for opening this issue. Indeed the operator currently doesn't deploy the `datadog/synthetics-private-location-worker` agent. For now the recommended solution is to use the dedicated helm chart: https://github.com/DataDog/helm-charts/tree/main/charts/synthetics-private-location https://artifacthub.io/packages/helm/datadog/synthetics-private-location...

Hi @PSanetra, Thanks for opening this issue. Indeed we are evaluating the possibility to configure cluster check with a dedicated CRD. For now, what you describe is already possible thanks...

for `endpoints` you need to add the list of target IPs manually in the K8s Endpoints resource that correspond to the K8s Service. Let me know if it solved the...

Hi @andysnowden, Thank your for reporting this issue. We will work on a fix soon. in the meantime I can suggest you to add the environment variable `DD_SYSTEM_PROBE_NETWORK_ENABLED` set to...