...
Table of Contents | ||||
---|---|---|---|---|
|
...
|
Assumptions
If using an existing dd-agent version (and just pointing it to KloudFuse instead of DD HQ)
dd agent version needs to be 7.41 or higher.
validate using following steps:
check the chart version with helm list - should be 3.1.10 or higher
Code Block helm list -n <namespace-where-agent-is-installed>
check the image version of the agent with describe pod on dd-agent pod.
Code Block k describe pod -n <namespace-where-agent-is-installed> | grep Image Image: gcr.io/datadoghq/agent:7.36.0
...