Skip to content

Commit e05db2b

Browse files
author
Sakthi Vetrivel
committed
applying feedback
1 parent b4fabfb commit e05db2b

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

articles/openshift/howto-azure-monitor-v4.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 03/06/2020
1111
# Azure Monitor integration for Azure Red Hat OpenShift 4.3
1212

1313
> [!IMPORTANT]
14-
> Azure Red Hat OpenShift 4.3 is offered in preview. Preview features are self-service and are provided as is and as available and are excluded from the service-level agreement (SLA) and limited warranty. Therefore, the features aren't meant for production use. To provide feedback, please use: https://aka.ms/openshift/feedback
14+
> Azure Red Hat OpenShift 4.3 is offered in preview. Preview features are self-service and are provided as is and as available and are excluded from the service-level agreement (SLA) and limited warranty. Therefore, the features aren't meant for production use.
1515
1616
This article describes how to enable the private preview of Azure Monitor for containers for OpenShift 4.3 clusters hosted on-prem or in any cloud environment. The same instructions also apply to enable monitoring for Azure Red Hat OpenShift (ARO) 4.3 clusters.
1717

@@ -34,7 +34,7 @@ This article describes how to enable the private preview of Azure Monitor for co
3434
> [!TIP]
3535
> The script uses bash 4 features, so make sure your bash is up to date. You can check your current version with `bash --version`.
3636
37-
### Download the Onboarding script
37+
### Download the onboarding script
3838

3939
```bash
4040
curl -LO https://raw.githubusercontent.com/microsoft/OMS-docker/ci_feature/docs/openshiftV4/onboarding_azuremonitor_for_containers.sh
@@ -62,47 +62,47 @@ Azure Monitor for containers scrapes the Prometheus metrics and ingest to the Az
6262

6363
After successful onboarding, navigate to https://aka.ms/azmon-containers-hybrid and select Environment as **"All"** to view your newly onboarded OpenShift v4 cluster.
6464

65-
### Health of Monitored Clusters
65+
### Health of monitored clusters
6666

67-
![](media/howto-azure-monitor-v4/Health_of_Monitored_Clusters.PNG)
67+
![](media/howto-azure-monitor-v4/health_of_monitored_clusters.png)
6868

69-
### Cluster Health view (CPU, Memory, Node, and Pods)
69+
### Cluster health view (CPU, memory, nodes, and pods)
7070

71-
![](media/howto-azure-monitor-v4/Cluster_Health_view.PNG)
71+
![](media/howto-azure-monitor-v4/cluster_health_view.png)
7272

7373
### Nodes view
7474

75-
![](media/howto-azure-monitor-v4/Nodes_view.PNG)
75+
![](media/howto-azure-monitor-v4/nodes_view.png)
7676

7777
### Controllers view
7878

79-
![](media/howto-azure-monitor-v4/Controllers_view.PNG)
79+
![](media/howto-azure-monitor-v4/controllers_view.png)
8080

8181
### Containers view
8282

83-
![](media/howto-azure-monitor-v4/Containers_view.PNG)
83+
![](media/howto-azure-monitor-v4/containers_view.png)
8484

85-
### Container {stdout; stderr} Log view
85+
### Container {stdout; stderr} log view
8686

87-
![](media/howto-azure-monitor-v4/Containers_logs_view.PNG)
87+
![](media/howto-azure-monitor-v4/containers_logs_view.png)
8888

89-
## Disable Monitoring
89+
## Disable monitoring
9090

9191
If you would like to disable monitoring, you can delete the Azure Monitor for Containers Helm chart using the below command to stop collecting and ingesting monitoring data to Azure Monitor for containers backend.
9292

9393
``` bash
9494
helm del azmon-containers-release-1
9595
```
9696

97-
## Update Monitoring
97+
## Update monitoring
9898

9999
Rerun the onboarding script as in Onboarding section with the same parameter to get updated to latest Helm chart.
100100

101-
## After Successful Onboarding
101+
## After successful onboarding
102102

103103
Navigate to https://aka.ms/azmon-containers-hybrid and you should be able to see your newly enabled OpenShift/ARO v4 cluster with Health status in the Monitored Clusters Tab and you can get into deeper insights such as metrics, inventory, and logs etc. by clicking the Cluster column.
104104

105-
## Supported Features
105+
## Supported features
106106

107107
For more information, see https://docs.microsoft.com/azure/azure-monitor/insights/container-insights-overview for more details on the supported features and functionality.
108108

articles/openshift/howto-using-aro.md renamed to articles/openshift/howto-using-azure-redhat-openshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords: aro, openshift, az aro, red hat, cli
1313
# Create an Azure Red Hat OpenShift 4.3 Cluster
1414

1515
> [!IMPORTANT]
16-
> Azure Red Hat OpenShift (ARO) 4.3 is offered in preview. Preview features are self-service and are provided as is and as available and are excluded from the service-level agreement (SLA) and limited warranty. Therefore, the features aren't meant for production use. To provide feedback, please use: https://aka.ms/openshift/feedback
16+
> Azure Red Hat OpenShift (ARO) 4.3 is offered in preview. Preview features are self-service and are provided as is and as available and are excluded from the service-level agreement (SLA) and limited warranty. Therefore, the features aren't meant for production use.
1717
1818
## Prerequisites
1919

articles/openshift/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- name: Azure Red Hat OpenShift 4.3 (preview)
3939
items:
4040
- name: Create an Azure Red Hat OpenShift 4.3 cluster
41-
href:
41+
href: howto-using-azure-redhat-openshift.md
4242
- name: Set up Azure Monitor for Azure Red Hat OpenShift 4.3
4343
href: howto-azure-monitor-v4.md
4444
- name: Deploy a standalone prometheus in an Azure Red Hat OpenShift cluster

0 commit comments

Comments
 (0)