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: content/en/containers/cluster_agent/admission_controller.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,8 @@ Possible options:
183
183
| `false` | `admission.datadoghq.com/enabled=false` | No |
184
184
185
185
### DogStatsD
186
-
To configure DogstatsD clients or other APM libraries that does not support library injection at this time, inject the environment variables `DD_AGENT_HOST` and `DD_ENTITY_ID` by using one of the following:
186
+
187
+
To configure DogStatsD clients or other APM libraries that do not support library injection, inject the environment variables `DD_AGENT_HOST` and `DD_ENTITY_ID` by doing one of the following:
187
188
- Add the label `admission.datadoghq.com/enabled: "true"` to your pod.
188
189
- Configure the Cluster Agent admission controller by setting `mutateUnlabelled` (or `DD_ADMISSION_CONTROLLER_MUTATE_UNLABELLED`, depending on your configuration method) to `true`.
0 commit comments