Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/tracing/trace_collection/proxy_setup/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

<div class="alert alert-info">Version tags like <code>v1.11.3</code> 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, <code>datadog/ingress-nginx-injection@sha256:...</code>).</div>

**2. Modify your controller's pod specification**<br>
Update the controller pod specification to include the init-container and configure the Datadog Agent host environment variable:

Expand Down Expand Up @@ -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].

<div class="alert alert-info">Version tags like <code>v1.11.3</code> 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, <code>datadog/ingress-nginx-injection@sha256:...</code>).</div>

**2. Overriding Helm chart values**<br>
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:

Expand Down
Loading