Skip to content

Commit 416268c

Browse files
[CAP-2893] Add Table for automatically collected CRs (#31984)
1 parent 0f97f18 commit 416268c

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

content/en/infrastructure/containers/configuration.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,30 @@ Set the environment variable on both the Process Agent and Cluster Agent contain
194194

195195
### Collect custom resources
196196

197-
The [Kubernetes Explorer][3] automatically collects CustomResourceDefinitions (CRDs) by default.
197+
The [Kubernetes Explorer][3] automatically collects Custom Resource Definitions (CRDs) by default.
198198

199-
Follow these steps to collect the custom resources that these CRDs define:
199+
#### Automatic custom resource collection compatibility matrix
200+
201+
When the following CRDs are present in your cluster, the Agent automatically collects their Custom Resources (CRs). If a CRD you use is **not** listed here—or your Agent version is older—follow the **manual configuration** steps below.
202+
203+
| CRD group | CRD kind | CRD versions | Minimal Agent version |
204+
| ------------------ | -------------------- | ------------ | --------------------- |
205+
| datadoghq.com | datadogslo | v1alpha1 | 7.71.0 |
206+
| datadoghq.com | datadogdashboard | v1alpha1 | 7.71.0 |
207+
| datadoghq.com | datadogagentprofile | v1alpha1 | 7.71.0 |
208+
| datadoghq.com | datadogmonitor | v1alpha1 | 7.71.0 |
209+
| datadoghq.com | datadogmetric | v1alpha1 | 7.71.0 |
210+
| datadoghq.com | datadogpodautoscaler | v1alpha2 | 7.71.0 |
211+
| datadoghq.com | datadogagent | v2alpha1 | 7.71.0 |
212+
| argoproj.io | rollout | v1alpha1 | 7.71.0 |
213+
| karpenter.sh | * | v1 | 7.71.0 |
214+
| karpenter.k8s.aws | * | v1 | 7.71.0 |
215+
| azure.karpenter.sh | * | v1beta1 | 7.71.0 |
216+
217+
218+
#### Manual Configuration
219+
220+
For the other CRDs, follow these steps to collect the custom resources that these CRDs define:
200221

201222
1. In Datadog, open [Kubernetes Explorer][3]. On the left panel, under **Select Resources**, select [**Kubernetes > Custom Resources > Resource Definitions**][4].
202223

0 commit comments

Comments
 (0)