diff --git a/aerospike/README.md b/aerospike/README.md index f2e48d5201a23..ac244853cab98 100644 --- a/aerospike/README.md +++ b/aerospike/README.md @@ -75,10 +75,10 @@ For containerized environments, see [Configure integrations with Autodiscovery o **Example** -Apply the following annotation to your pod, where `` is the Aerospike container image name or a [custom identifier][15]: +Apply the following annotation to your pod, where `` is the Aerospike container name or a [custom identifier][15]: ``` -ad.datadoghq.com/.checks: | +ad.datadoghq.com/.checks: | { "aerospike": { "init_config": {}, @@ -100,10 +100,10 @@ Collecting logs is disabled by default in the Datadog Agent. To enable it, see [ **Example** -Apply the following annotation to your pod, where `` is the Aerospike container image name or a [custom identifier][15]: +Apply the following annotation to your pod, where `` is the Aerospike container name or a [custom identifier][15]: ``` -ad.datadoghq.com/.logs: | +ad.datadoghq.com/.logs: | [ { "type": "file", diff --git a/eks_fargate/README.md b/eks_fargate/README.md index e30ed44ae4b00..9fa70af062d3a 100644 --- a/eks_fargate/README.md +++ b/eks_fargate/README.md @@ -585,8 +585,8 @@ spec: name: "" annotations: ad.datadoghq.com/.check_names: '[]' - ad.datadoghq.com/.init_configs: '[]' - ad.datadoghq.com/.instances: '[]' + ad.datadoghq.com/.init_configs: '[]' + ad.datadoghq.com/.instances: '[]' spec: serviceAccountName: datadog-agent containers: diff --git a/istio/README.md b/istio/README.md index 8908bd73d8bc5..f89340b6a9f84 100644 --- a/istio/README.md +++ b/istio/README.md @@ -79,7 +79,7 @@ ad.datadoghq.com/discovery.checks: | } ``` -This annotation specifies the container `discovery` to match the default container name of the Istio container in this pod. Replace this annotation `ad.datadoghq.com/.checks` with the name (`.spec.containers[i].name`) of your Istio container if yours differs. +This annotation specifies the container `discovery` to match the default container name of the Istio container in this pod. Replace this annotation `ad.datadoghq.com/.checks` with the name (`.spec.containers[i].name`) of your Istio container if yours differs. The method for applying these annotations varies depending on the [Istio deployment strategy (Istioctl, Helm, Operator)][22] used. Consult the Istio documentation for the proper method to apply these pod annotations. See the [sample istio.d/conf.yaml][8] for all available configuration options. @@ -147,7 +147,7 @@ ad.datadoghq.com/discovery.logs: | ] ``` -This annotation specifies the container `discovery` to match the default container name of the Istio container in this pod. Replace this annotation `ad.datadoghq.com/.logs` with the name (`.spec.containers[i].name`) of your Istio container if yours differs. +This annotation specifies the container `discovery` to match the default container name of the Istio container in this pod. Replace this annotation `ad.datadoghq.com/.logs` with the name (`.spec.containers[i].name`) of your Istio container if yours differs. Replace `` with your desired Istio service name. @@ -168,7 +168,7 @@ ad.datadoghq.com/istio-proxy.logs: | ] ``` -This annotation specifies the container `istio-proxy` to match the default container name of the injected Istio sidecar container. Replace this annotation `ad.datadoghq.com/.logs` with the name (`.spec.containers[i].name`) of your Istio sidecar container if yours differs. +This annotation specifies the container `istio-proxy` to match the default container name of the injected Istio sidecar container. Replace this annotation `ad.datadoghq.com/.logs` with the name (`.spec.containers[i].name`) of your Istio sidecar container if yours differs. Replace `` with your desired Istio proxy service name.