Skip to content

Commit da6ca45

Browse files
committed
updated articles, redirect, TOC
1 parent b4b9e39 commit da6ca45

File tree

5 files changed

+65
-8
lines changed

5 files changed

+65
-8
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17233,6 +17233,11 @@
1723317233
"redirect_url": "/azure/monitoring/monitoring-container-insights-overview",
1723417234
"redirect_document_id": false
1723517235
},
17236+
{
17237+
"source_path": "articles/azure-monitor/insights/container-insights-optout-openshift.md",
17238+
"redirect_url": "/azure/azure-monitor/insights/container-insights-optout-openshift-v3",
17239+
"redirect_document_id": false
17240+
},
1723617241
{
1723717242
"source_path": "articles/mobile-engagement/mobile-engagement-send-personalized-notifications.md",
1723817243
"redirect_url": "/azure/azure-resource-manager/management/azure-subscription-service-limits#mobile-engagement-limits",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: How to stop monitoring your hybrid Kubernetes cluster | Microsoft Docs
3+
description: This article describes how you can stop monitoring of your hybrid Kubernetes cluster with Azure Monitor for containers.
4+
ms.topic: conceptual
5+
ms.date: 04/24/2020
6+
7+
---
8+
9+
# How to stop monitoring your hybrid cluster with Azure Monitor for containers
10+
11+
After you enable monitoring of your Kubernetes cluster running on Azure Stack or on-premises, you can stop monitoring the cluster if you decide you no longer want to monitor it. This article shows how to accomplish this.
12+
13+
## How to stop monitoring using Helm
14+
15+
To stop monitoring your hybrid Kubernetes cluster, you use the `Helm delete` command.
16+
17+
`helm delete <release name of azure monitor for containers>`
18+
19+
The configuration change can take a few minutes to complete. Because Helm tracks your releases even after you’ve deleted them, you can audit a cluster’s history, and even undelete a release with `helm rollback`.
20+
21+
## Next steps
22+
23+
If the Log Analytics workspace was created only to support monitoring the cluster and it's no longer needed, you have to manually delete it. If you are not familiar with how to delete a workspace, see [Delete an Azure Log Analytics workspace](../../log-analytics/log-analytics-manage-del-workspace.md).

articles/azure-monitor/insights/container-insights-optout-openshift.md renamed to articles/azure-monitor/insights/container-insights-optout-openshift-v3.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: How to stop monitoring your Azure Red Hat OpenShift cluster | Microsoft Docs
2+
title: How to stop monitoring your Azure Red Hat OpenShift v3 cluster | Microsoft Docs
33
description: This article describes how you can stop monitoring of your Azure Red Hat OpenShift cluster with Azure Monitor for containers.
44
ms.topic: conceptual
5-
ms.date: 11/21/2019
5+
ms.date: 04/24/2020
66

77
---
88

9-
# How to stop monitoring your Azure Red Hat OpenShift cluster with Azure Monitor for containers
9+
# How to stop monitoring your Azure Red Hat OpenShift v3 cluster with Azure Monitor for containers
1010

11-
After you enable monitoring of your Azure Red Hat OpenShift cluster, you can stop monitoring the cluster if you decide you no longer want to monitor it. This article shows how to accomplish this using the provided Azure Resource Manager templates.
11+
After you enable monitoring of your Azure Red Hat OpenShift version 3.x cluster, you can stop monitoring the cluster if you decide you no longer want to monitor it. This article shows how to accomplish this using the Azure Resource Manager template provided.
1212

1313
## Azure Resource Manager template
1414

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: How to stop monitoring your Azure and Red Hat OpenShift v4 cluster | Microsoft Docs
3+
description: This article describes how you can stop monitoring of your Azure Red Hat OpenShift and Red Hat OpenShift version 4 cluster with Azure Monitor for containers.
4+
ms.topic: conceptual
5+
ms.date: 04/24/2020
6+
7+
---
8+
9+
# How to stop monitoring your Azure and Red Hat OpenShift v4 cluster with Azure Monitor for containers
10+
11+
After you enable monitoring of your Azure Red Hat OpenShift version 4.x cluster, you can stop monitoring the cluster if you decide you no longer want to monitor it. This article shows how to accomplish this.
12+
13+
## How to stop monitoring using Helm
14+
15+
To stop monitoring your Azure Red Hat OpenShift v4.x cluster, you use the `Helm delete` command.
16+
17+
`helm delete <release name of azure monitor for containers>`
18+
19+
The configuration change can take a few minutes to complete. Because Helm tracks your releases even after you’ve deleted them, you can audit a cluster’s history, and even undelete a release with `helm rollback`.
20+
21+
## Next steps
22+
23+
If the Log Analytics workspace was created only to support monitoring the cluster and it's no longer needed, you have to manually delete it. If you are not familiar with how to delete a workspace, see [Delete an Azure Log Analytics workspace](../../log-analytics/log-analytics-manage-del-workspace.md).

articles/azure-monitor/toc.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -726,10 +726,16 @@
726726
href: insights/container-insights-update-metrics.md
727727
- name: Health monitoring configuration
728728
href: insights/container-insights-health-monitors-config.md
729-
- name: Disable monitoring AKS
730-
href: insights/container-insights-optout.md
731-
- name: Disable monitoring Red Hat OpenShift
732-
href: insights/container-insights-optout-openshift.md
729+
- name: Disable monitoring
730+
items:
731+
- name: Disable monitoring AKS
732+
href: insights/container-insights-optout.md
733+
- name: Disable monitoring Red Hat OpenShift v3
734+
href: insights/container-insights-optout-openshift-v3.md
735+
- name: Disable monitoring Red Hat OpenShift v4
736+
href: insights/container-insights-optout-openshift-v4.md
737+
- name: Disable monitoring hybrid cluster
738+
href: insights/container-insights-optout-hybrid.md
733739
- name: Troubleshooting
734740
href: insights/container-insights-troubleshoot.md
735741
- name: Docker and Windows Container monitoring

0 commit comments

Comments
 (0)