You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config/crd/bases/v1/datadoghq.com_datadogagents_v2alpha1.json
+4
Original file line number
Diff line number
Diff line change
@@ -2300,6 +2300,10 @@
2300
2300
"description": "HostCAPath is the host path where the kubelet CA certificate is stored.",
2301
2301
"type": "string"
2302
2302
},
2303
+
"podResourcesSocket": {
2304
+
"description": "PodResourcesSocket is the path to the pod resources socket, to be used to read pod resource assignments\nDefault: `/var/lib/kubelet/pod-resources/kubelet.sock`",
Copy file name to clipboardexpand all lines: docs/configuration.v2alpha1.md
+1
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,7 @@ spec:
228
228
| global.kubelet.host.secretKeyRef.name | Of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names |
229
229
| global.kubelet.host.secretKeyRef.optional | Specify whether the Secret or its key must be defined |
230
230
| global.kubelet.hostCAPath | HostCAPath is the host path where the kubelet CA certificate is stored. |
231
+
| global.kubelet.podResourcesSocket | PodResourcesSocket is the path to the pod resources socket, to be used to read pod resource assignments Default: `/var/lib/kubelet/pod-resources/kubelet.sock`|
| global.kubernetesResourcesAnnotationsAsTags | Provide a mapping of Kubernetes Resource Groups to annotations mapping to Datadog Tags. <KUBERNETES_RESOURCE_GROUP>: <KUBERNETES_ANNOTATION>: <DATADOG_TAG_KEY> KUBERNETES_RESOURCE_GROUP should be in the form `{resource}.{group}` or `{resource}` (example: deployments.apps, pods) |
233
234
| global.kubernetesResourcesLabelsAsTags | Provide a mapping of Kubernetes Resource Groups to labels mapping to Datadog Tags. <KUBERNETES_RESOURCE_GROUP>: <KUBERNETES_LABEL>: <DATADOG_TAG_KEY> KUBERNETES_RESOURCE_GROUP should be in the form `{resource}.{group}` or `{resource}` (example: deployments.apps, pods) |
0 commit comments