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-health.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ For information about how to enable Azure Monitor for containers, see [Onboard A
18
18
>[!NOTE]
19
19
>To support AKS Engine clusters, verify it meets the following:
20
20
>- It is using the latest version of the [HELM client](https://helm.sh/docs/using_helm/).
21
-
>- The containerized agent version is *microsoft/oms:ciprod11012019*. To upgrade the agent, see [upgrading agent on Kubernetes cluster](container-insights-manage-agent.md#upgrading-agent-on-monitored-kubernetes-cluster).
21
+
>- The containerized agent version is *microsoft/oms:ciprod11012019*. To upgrade the agent, see [upgrading agent on Kubernetes cluster](container-insights-manage-agent.md#upgrade-agent-on-monitored-kubernetes-cluster).
Copy file name to clipboardExpand all lines: articles/azure-monitor/insights/container-insights-manage-agent.md
+28-5Lines changed: 28 additions & 5 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: How to manage the Azure Monitor for containers agent | Microsoft Docs
3
3
description: This article describes managing the most common maintenance tasks with the containerized Log Analytics agent used by Azure Monitor for containers.
4
4
ms.topic: conceptual
5
-
ms.date: 01/13/2020
5
+
ms.date: 01/24/2020
6
6
7
7
---
8
8
@@ -12,13 +12,13 @@ Azure Monitor for containers uses a containerized version of the Log Analytics a
12
12
13
13
## How to upgrade the Azure Monitor for containers agent
14
14
15
-
Azure Monitor for containers uses a containerized version of the Log Analytics agent for Linux. When a new version of the agent is released, the agent is automatically upgraded on your managed Kubernetes clusters hosted on Azure Kubernetes Service (AKS).
15
+
Azure Monitor for containers uses a containerized version of the Log Analytics agent for Linux. When a new version of the agent is released, the agent is automatically upgraded on your managed Kubernetes clusters hosted on Azure Kubernetes Service (AKS) and Azure Red Hat OpenShift. For a [hybrid Kubernetes cluster](container-insights-hybrid-setup.md) the agent is not managed, and you need to manually upgrade the agent.
16
16
17
-
If the agent upgrade fails, this article describes the process to manually upgrade the agent. To follow the versions released, see [agent release announcements](https://github.com/microsoft/docker-provider/tree/ci_feature_prod).
17
+
If the agent upgrade fails for a cluster hosted on AKS, this article also describes the process to manually upgrade the agent. To follow the versions released, see [agent release announcements](https://github.com/microsoft/docker-provider/tree/ci_feature_prod).
18
18
19
-
### Upgrading agent on monitored Kubernetes cluster
19
+
### Upgrade agent on monitored Kubernetes cluster
20
20
21
-
The process to upgrade the agent on clusters, other than Azure Red Hat OpenShift, consists of two straight forward steps. The first step is to disable monitoring with Azure Monitor for containers using Azure CLI. Follow the steps described in the [Disable monitoring](container-insights-optout.md?#azure-cli) article. Using Azure CLI allows us to remove the agent from the nodes in the cluster without impacting the solution and the corresponding data that is stored in the workspace.
21
+
The process to upgrade the agent on clusters, other than Azure Red Hat OpenShift, consists of two straight forward steps. The first step is to disable monitoring with Azure Monitor for containers using Azure CLI. Follow the steps described in the [Disable monitoring](container-insights-optout.md?#azure-cli) article. Using Azure CLI allows us to remove the agent from the nodes in the cluster without impacting the solution and the corresponding data that is stored in the workspace.
22
22
23
23
>[!NOTE]
24
24
>While you are performing this maintenance activity, the nodes in the cluster are not forwarding collected data, and performance views will not show data between the time you remove the agent and install the new version.
@@ -49,6 +49,29 @@ The status should resemble the following example, where the value for *omi* and
49
49
omsagent 1.6.0-163
50
50
docker-cimprov 1.0.0.31
51
51
52
+
## Upgrade agent on hybrid Kubernetes cluster
53
+
54
+
The process to upgrade the agent on a Kubernetes cluster hosted on-premises, AKS Engine on Azure and Azure Stack can be completed by running the following command:
## How to disable environment variable collection on a container
53
76
54
77
Azure Monitor for containers collects environmental variables from the containers running in a pod and presents them in the property pane of the selected container in the **Containers** view. You can control this behavior by disabling collection for a specific container either during deployment of the Kubernetes cluster, or after by setting the environment variable *AZMON_COLLECT_ENV*. This feature is available from the agent version – ciprod11292018 and higher.
0 commit comments