diff --git a/content/en/tracing/trace_collection/proxy_setup/nginx.md b/content/en/tracing/trace_collection/proxy_setup/nginx.md index f9e4997c983..1799de09bf8 100644 --- a/content/en/tracing/trace_collection/proxy_setup/nginx.md +++ b/content/en/tracing/trace_collection/proxy_setup/nginx.md @@ -120,6 +120,8 @@ Check your Ingress-NGINX Controller version and ensure you have the matching Dat The init-container version ([datadog/ingress-nginx-injection][1]) must exactly match your controller version to prevent startup issues. For example, if you're running Ingress-NGINX v1.11.3, you need [datadog/ingress-nginx-injection:v1.11.3][2]. +
Version tags like v1.11.3 are rolling tags. The underlying Datadog NGINX module may be updated while the tag stays the same. To pin an exact version, reference the image by its digest (for example, datadog/ingress-nginx-injection@sha256:...).
+ **2. Modify your controller's pod specification**
Update the controller pod specification to include the init-container and configure the Datadog Agent host environment variable: @@ -184,6 +186,8 @@ Check your Ingress-NGINX Controller version and ensure you have the matching Dat The init-container version ([datadog/ingress-nginx-injection][1]) must exactly match your controller version to prevent startup issues. For example, if you're running Ingress-NGINX v1.11.3, you need [datadog/ingress-nginx-injection:v1.11.3][2]. +
Version tags like v1.11.3 are rolling tags. The underlying Datadog NGINX module may be updated while the tag stays the same. To pin an exact version, reference the image by its digest (for example, datadog/ingress-nginx-injection@sha256:...).
+ **2. Overriding Helm chart values**
To customize the Ingress-NGINX Helm chart and load the required Datadog module, create a YAML file or modify an existing one with the following configuration: