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: articles/azure-monitor/insights/container-insights-azure-redhat4-setup.md
+37-28Lines changed: 37 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Configure Azure Red Hat OpenShift v4.x with Azure Monitor for containers | Microsoft Docs
3
3
description: This article describes how to configure monitoring of a Kubernetes cluster with Azure Monitor hosted on Azure Red Hat OpenShift version 4 and higher.
4
4
ms.topic: conceptual
5
-
ms.date: 04/16/2020
5
+
ms.date: 04/22/2020
6
6
---
7
7
8
8
# Configure Azure Red Hat OpenShift v4.x with Azure Monitor for containers
@@ -26,10 +26,14 @@ Azure Monitor for containers supports monitoring Azure Red Hat OpenShift v4.x as
- To enable and access the features in Azure Monitor for containers, at a minimum you need to be a member of the Azure *Contributor* role in the Azure subscription, and a member of the [*Log Analytics Contributor*](../platform/manage-access.md#manage-access-using-azure-permissions) role of the Log Analytics workspace configured with Azure Monitor for containers.
34
38
35
39
- To view the monitoring data, you are a member of the [*Log Analytics reader*](../platform/manage-access.md#manage-access-using-azure-permissions) role permission with the Log Analytics workspace configured with Azure Monitor for containers.
@@ -48,50 +52,55 @@ Perform the following steps to enable monitoring of an Azure Red Hat OpenShift v
3. To identify the **kube-context** of your cluster, after successful `oc login` on to your cluster, run the command `kubectl config current-context` and copy the value.
53
56
54
-
4. The following step enables monitoring of your cluster using the bash script you downloaded earlier. To integrate with an existing Log Analytics workspace, perform the following steps to first identify the full resource ID of your Log Analytics workspace required for the `workspaceResourceId` parameter, and then run the command to enable the monitoring add-on against the specified workspace. If you don't have a workspace to specify, you can skip to step 5 and let the script create a new workspace for you.
57
+
### Integrate with an existing workspace
55
58
56
-
1. List all the subscriptions that you have access to using the following command:
59
+
The following step enables monitoring of your cluster using the bash script you downloaded earlier. To integrate with an existing Log Analytics workspace, perform the following steps to first identify the full resource ID of your Log Analytics workspace required for the `workspaceResourceId` parameter, and then run the command to enable the monitoring add-on against the specified workspace. If you don't have a workspace to specify, you can skip to step 5 and let the script create a new workspace for you.
57
60
58
-
```azurecli
59
-
az account list --all -o table
60
-
```
61
+
1. List all the subscriptions that you have access to using the following command:
5. The following step enables monitoring of your Azure Red Hat OpenShift v4.x cluster using the bash script you downloaded. In this example, you are not required to per-create or specify an existing workspace. This command simplifies the process for you by creating a default workspace in the default resource group of the cluster subscription if one does not already exist in the region. The default workspace created resembles the format of *DefaultWorkspace-\<GUID>-\<Region>*.
103
+
The following step enables monitoring of your Azure Red Hat OpenShift v4.x cluster using the bash script you downloaded. In this example, you are not required to per-create or specify an existing workspace. This command simplifies the process for you by creating a default workspace in the default resource group of the cluster subscription if one does not already exist in the region. The default workspace created resembles the format of *DefaultWorkspace-\<GUID>-\<Region>*.
Copy file name to clipboardExpand all lines: articles/azure-monitor/insights/container-insights-hybrid-setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Configure Hybrid Kubernetes clusters with Azure Monitor for containers | Microsoft Docs
3
3
description: This article describes how you can configure Azure Monitor for containers to monitor Kubernetes clusters hosted on Azure Stack or other environment.
4
4
ms.topic: conceptual
5
-
ms.date: 04/17/2020
5
+
ms.date: 04/22/2020
6
6
---
7
7
8
8
# Configure hybrid Kubernetes clusters with Azure Monitor for containers
@@ -23,7 +23,7 @@ The following is officially supported with Azure Monitor for containers.
23
23
24
24
* Versions of Kubernetes and support policy are the same as versions of [AKS supported](../../aks/supported-kubernetes-versions.md).
25
25
26
-
* Container Runtime: Docker, Moby, and CRI-O
26
+
* Container Runtime: Docker, Moby, and CRI compatible runtimes such CRI-O and ContainerD.
27
27
28
28
* Linux OS release for master and worked nodes: Ubuntu (18.04 LTS and 16.04 LTS), and Red Hat Enterprise Linux CoreOS 43.81.
Copy file name to clipboardExpand all lines: articles/azure-monitor/insights/container-insights-prometheus-integration.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Configure Azure Monitor for containers Prometheus Integration | Microsoft Docs
3
3
description: This article describes how you can configure the Azure Monitor for containers agent to scrape metrics from Prometheus with your Kubernetes cluster.
4
4
ms.topic: conceptual
5
-
ms.date: 04/21/2020
5
+
ms.date: 04/22/2020
6
6
---
7
7
8
8
# Configure scraping of Prometheus metrics with Azure Monitor for containers
@@ -24,10 +24,6 @@ Scraping of Prometheus metrics is supported with Kubernetes clusters hosted on:
24
24
- Azure Red Hat OpenShift version 3.x
25
25
- Azure Red Hat OpenShift and Red Hat OpenShift version 4.x
26
26
27
-
28
-
29
-
30
-
>
31
27
### Prometheus scraping settings
32
28
33
29
Active scraping of metrics from Prometheus is performed from one of two perspectives:
@@ -66,7 +62,7 @@ Perform the following steps to configure your ConfigMap configuration file for t
66
62
67
63
* Azure Kubernetes Service (AKS)
68
64
* Azure Stack or on-premises
69
-
* Azure Red Hat OpenShift version 4.x
65
+
* Azure Red Hat OpenShift version 4.x and Red Hat OpenShift version 4.x
70
66
71
67
1.[Download](https://github.com/microsoft/OMS-docker/blob/ci_feature_prod/Kubernetes/container-azm-ms-agentconfig.yaml) the template ConfigMap yaml file and save it as container-azm-ms-agentconfig.yaml.
0 commit comments