Skip to content

Commit e3aee74

Browse files
alai97buraizu
andauthored
DOCS-7626 Google Kubernetes Engine Doc Update (#17368)
* DOCS-7626 Replace deprecated parameter `datadog.apm.enabled` with replacement parameter `datadog.apm.portEnabled`. * Link Nit Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com> --------- Co-authored-by: Bryce Eadie <bryce.eadie@datadoghq.com>
1 parent 1f7c17d commit e3aee74

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

gke/README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Choose a mode of operation. A *mode of operation* refers to the level of flexibi
4141

4242
Deploy a [containerized version of the Datadog Agent][7] on your Kubernetes cluster. See [Install the Datadog Agent on Kubernetes][8].
4343

44+
4445
<!-- xxz tab xxx -->
4546
<!-- xxx tab "Autopilot" xxx -->
4647

@@ -67,7 +68,7 @@ Deploy a [containerized version of the Datadog Agent][7] on your Kubernetes clus
6768
datadog/datadog
6869
```
6970

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:
7172

7273
```bash
7374
helm install --name <RELEASE_NAME> \
@@ -77,23 +78,32 @@ Deploy a [containerized version of the Datadog Agent][7] on your Kubernetes clus
7778
--set clusterAgent.metricsProvider.enabled=true \
7879
--set providers.gke.autopilot=true \
7980
--set datadog.logs.enabled=true \
80-
--set datadog.apm.enabled=true \
81+
--set datadog.apm.portEnabled=true \
8182
datadog/datadog
8283
```
8384

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.
8586

8687
#### Admission Controller
8788

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`.
8990

9091
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.
92+
93+
[101]: https://github.com/DataDog/helm-charts/tree/master/charts/datadog#values
94+
[102]: https://docs.datadoghq.com/containers/cluster_agent/admission_controller/?tab=operator
95+
[103]: https://github.com/DataDog/helm-charts/blob/main/charts/datadog/values.yaml#L1046
96+
97+
9198
<!-- xxz tab xxx -->
9299
<!-- xxz tabs xxx -->
93100

94101
## Further Reading
95102

96-
- [Announcing support for GKE Autopilot][10]
103+
- [Monitor GKE Autopilot with Datadog][10]
104+
- [Monitor GKE with Datadog][11]
105+
- [Monitor your T2A-powered GKE workloads with Datadog][12]
106+
- [New GKE dashboards and metrics provide deeper visibility into your environment][13]
97107

98108
[1]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
99109
[2]: https://console.cloud.google.com/apis/api/container.googleapis.com
@@ -105,3 +115,6 @@ Because Autopilot does not allow `socket` mode, Datadog recommends using `servic
105115
[8]: https://docs.datadoghq.com/containers/kubernetes/installation?tab=operator
106116
[9]: https://github.com/DataDog/helm-charts/tree/master/charts/datadog#values
107117
[10]: https://www.datadoghq.com/blog/gke-autopilot-monitoring/
118+
[11]: https://www.datadoghq.com/blog/monitor-google-kubernetes-engine/
119+
[12]: https://www.datadoghq.com/blog/monitor-tau-t2a-gke-workloads-with-datadog-arm-support/
120+
[13]: https://www.datadoghq.com/blog/gke-dashboards-integration-improvements/

0 commit comments

Comments
 (0)