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: gke/README.md
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Choose a mode of operation. A *mode of operation* refers to the level of flexibi
41
41
42
42
Deploy a [containerized version of the Datadog Agent][7] on your Kubernetes cluster. See [Install the Datadog Agent on Kubernetes][8].
43
43
44
+
44
45
<!-- xxz tab xxx -->
45
46
<!-- xxx tab "Autopilot" xxx -->
46
47
@@ -67,7 +68,7 @@ Deploy a [containerized version of the Datadog Agent][7] on your Kubernetes clus
67
68
datadog/datadog
68
69
```
69
70
70
-
**Note**: If you also wish to enable logs or traces, add lines to this command setting `datadog.logs.enabled` (for logs) and `datadog.apm.enabled` (for traces) to `true`. For example:
71
+
**Note**: If you also wish to enable logs or traces, add lines to this command setting `datadog.logs.enabled` (for logs) and `datadog.apm.portEnabled` (for traces) to `true`. For example:
71
72
72
73
```bash
73
74
helm install --name <RELEASE_NAME> \
@@ -77,23 +78,32 @@ Deploy a [containerized version of the Datadog Agent][7] on your Kubernetes clus
77
78
--set clusterAgent.metricsProvider.enabled=true \
78
79
--set providers.gke.autopilot=true \
79
80
--set datadog.logs.enabled=true \
80
-
--set datadog.apm.enabled=true \
81
+
--set datadog.apm.portEnabled=true \
81
82
datadog/datadog
82
83
```
83
84
84
-
See the [Datadog helm-charts repository][9] for a full list of configurable values.
85
+
See the [Datadog `helm-charts` repository][101] for a full list of configurable values.
85
86
86
87
#### Admission Controller
87
88
88
-
To use [Admission Controller](https://docs.datadoghq.com/containers/cluster_agent/admission_controller/?tab=operator) with Autopilot, set the [`configMode`](https://github.com/DataDog/helm-charts/blob/main/charts/datadog/values.yaml#L922) of the Admission Controller to either `service` or `hostip`.
89
+
To use [Admission Controller][102] with Autopilot, set the [`configMode`][103] of the Admission Controller to either `service` or `hostip`.
89
90
90
91
Because Autopilot does not allow `socket` mode, Datadog recommends using `service` (with `hostip` as a fallback) to provide a more robust layer of abstraction for the controller.
0 commit comments