diff --git a/content/en/opentelemetry/setup/ddot_collector/install/kubernetes_daemonset.md b/content/en/opentelemetry/setup/ddot_collector/install/kubernetes_daemonset.md index 0f23ef07103..a0b087050b5 100644 --- a/content/en/opentelemetry/setup/ddot_collector/install/kubernetes_daemonset.md +++ b/content/en/opentelemetry/setup/ddot_collector/install/kubernetes_daemonset.md @@ -754,7 +754,7 @@ Deploy the Datadog Agent with the configuration file: kubectl apply -f datadog-agent.yaml ``` -This deploys the Datadog Agent as a DaemonSet with the DDOT OpenTelemetry Collector. The Collector runs on the same host as your application, following the [Agent deployment pattern][1]. The [Gateway deployment pattern][2] is in Preview; for installation instructions, follow the [DDOT Kubernetes Gateway installation guide][3]. +This deploys the Datadog Agent as a DaemonSet with the DDOT OpenTelemetry Collector. The Collector runs on the same host as your application, following the [Agent deployment pattern][1]. For the [Gateway deployment pattern][2], follow the [DDOT Kubernetes Gateway installation guide][3]. [1]: https://opentelemetry.io/docs/collector/deployment/agent/ [2]: https://opentelemetry.io/docs/collector/deployment/gateway/ @@ -780,7 +780,7 @@ Replace `` with the Helm release name you are using.
You may see warnings during the deployment process. These warnings can be ignored.
-This Helm chart deploys the Datadog Agent with OpenTelemetry Collector as a DaemonSet. The Collector is deployed on the same host as your application, following the [Agent deployment pattern][1]. The [Gateway deployment pattern][2] is in Preview; for installation instructions, follow the [DDOT Kubernetes Gateway installation guide][3]. +This Helm chart deploys the Datadog Agent with OpenTelemetry Collector as a DaemonSet. The Collector is deployed on the same host as your application, following the [Agent deployment pattern][1]. For the [Gateway deployment pattern][2], follow the [DDOT Kubernetes Gateway installation guide][3]. [1]: https://opentelemetry.io/docs/collector/deployment/agent/ [2]: https://opentelemetry.io/docs/collector/deployment/gateway/