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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,10 +128,10 @@ Finally, run the following commands:
128
128
-`kubectl apply -f agent-services.yaml`
129
129
-`kubectl apply -f cluster-agent-deployment.yaml`
130
130
131
-
### APM and DogStatsD
132
-
To configure and inject APM tracers libraries automatically, it requires the Datadog Agent v7.39+
131
+
### APM
132
+
You can configure the Cluster Agent (version 7.39 and higher) to inject APM tracers libraries automatically.
133
133
134
-
Once the Cluster Agent is successfully installed, please do one of the following:
134
+
After you install the Cluster Agent, do one of the following:
135
135
- Add the label `admission.datadoghq.com/enabled: "true"` to your pod.
136
136
- Configure the Cluster Agent admission controller by setting `mutateUnlabelled` (or `DD_ADMISSION_CONTROLLER_MUTATE_UNLABELLED`, depending on your configuration method) to `true`.
137
137
@@ -144,7 +144,7 @@ The annotations are a `key: value` pair in the following format:
0 commit comments