Skip to content

Commit 4cc3386

Browse files
Merge pull request #274628 from quillanogle/docs-editor/kubernetes-monitoring-enable-1715132040
Update kubernetes-monitoring-enable.md
2 parents cf1c785 + 4b9baeb commit 4cc3386

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-monitor/containers/kubernetes-monitoring-enable.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ This article provides onboarding guidance for the following types of clusters. A
5151

5252
**Arc-Enabled Kubernetes clusters prerequisites**
5353

54-
- Prerequisites for [Azure Arc-enabled Kubernetes cluster extensions](../../azure-arc/kubernetes/extensions.md#prerequisites).
54+
- Prerequisites for [Azure Arc-enabled Kubernetes cluster extensions](../../azure-arc/kubernetes/extensions.md#prerequisites).
5555
- Verify the [firewall requirements](kubernetes-monitoring-firewall.md) in addition to the [Azure Arc-enabled Kubernetes network requirements](../../azure-arc/kubernetes/network-requirements.md).
5656
- If you previously installed monitoring for AKS, ensure that you have [disabled monitoring](kubernetes-monitoring-disable.md) before proceeding to avoid issues during the extension install.
5757
- If you previously installed monitoring on a cluster using a script without cluster extensions, follow the instructions at [Disable monitoring of your Kubernetes cluster](kubernetes-monitoring-disable.md) to delete this Helm chart.
5858

5959
> [!NOTE]
60-
> The Managed Prometheus Arc-Enabled Kubernetes extension does not support the following configurations:
61-
> * Red Hat Openshift distributions
60+
> The Managed Prometheus Arc-Enabled Kubernetes extension does not support the following configurations:
61+
> * Red Hat Openshift distributions
6262
> * Windows nodes
6363
6464

@@ -354,7 +354,8 @@ Use one of the following commands to enable monitoring of your AKS and Arc-enabl
354354
- Managed identity authentication is the default in k8s-extension version 1.43.0 or higher.
355355
- Managed identity authentication is not supported for Arc-enabled Kubernetes clusters with ARO (Azure Red Hat Openshift) or Windows nodes. Use legacy authentication.
356356
- For CLI version 2.54.0 or higher, the logging schema will be configured to [ContainerLogV2](container-insights-logs-schema.md) using [ConfigMap](container-insights-data-collection-configmap.md).
357-
357+
> [!NOTE]
358+
> You can enable the **ContainerLogV2** schema for a cluster either using the cluster's Data Collection Rule (DCR) or ConfigMap. If both settings are enabled, the ConfigMap will take precedence. Stdout and stderr logs will only be ingested to the ContainerLog table when both the DCR and ConfigMap are explicitly set to off.
358359
#### AKS cluster
359360

360361
```azurecli

0 commit comments

Comments
 (0)