khewonc
khewonc
### What does this PR do? Adds a health check to the other kube_* integrations similar to the ones added in these PRs: * https://github.com/DataDog/integrations-core/pull/9773 * https://github.com/DataDog/integrations-core/pull/9977 ### Review checklist...
### What does this PR do? Adds 2 metrics: * `wpa_controller_reconcile_error`: `1` with tag `reason:` if the last reconcile results in an error. If there is no error, no metric...
### What does this PR do? A brief description of the change being made with this pull request. ### Motivation What inspired you to submit this pull request? ### Additional...
### What does this PR do? Add cilium network policy manager as a follow up to implementing `ApplyGlobalSettings()` ### Motivation What inspired you to submit this pull request? ### Additional...
### What does this PR do? * Support setting `site` in the operator configuration * Allows the operator to set `site` and `dd_url` if those respective configurations aren't set in...
### What does this PR do? Combines DS/EDS cleanup methods for profiles, introspection, and the `cleanupV2DaemonSet/ExtendedDaemonSet` methods ### Motivation * https://datadoghq.atlassian.net/browse/CECO-848 * Fix bug where old DS/EDSs aren't deleted automatically...
### What does this PR do? Allows node label overrides for daemonsets when updating DDAs. After creating a DDA, subsequent changes to the node agent label overrides weren't being propagated...
### What does this PR do? Adds basic status to DAP. kubectl get ``` NAME VALID APPLIED AGE dap-test True True 35m invalid-dap True Unknown 34m ``` kubectl describe ```...
### What does this PR do? Fix dead links for example DDAs on https://github.com/DataDog/datadog-operator/blob/main/docs/configuration.v2alpha1.md. The `Manifest with Logs and metrics collection enabled` example file was removed entirely so I removed...
### What does this PR do? Pin version of kube-openapi. Dependabot is installing a newer version that doesn't have some of the flags used for our current build command: ```...