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/containers/container-insights-manage-agent.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ Container insights uses a containerized version of the Log Analytics agent for L
17
17
18
18
## How to upgrade the Container insights agent
19
19
20
-
Container insights 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 version 3.x. For a [hybrid Kubernetes cluster](container-insights-hybrid-setup.md) and Azure Red Hat OpenShift version 4.x, the agent is not managed, and you need to manually upgrade the agent.
20
+
Container insights 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 Arc enabled Kubernetes.
21
21
22
-
If the agent upgrade fails for a cluster hosted on AKS or Azure Red Hat OpenShift version 3.x, 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).
22
+
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).
23
23
24
24
### Upgrade agent on AKS cluster
25
25
@@ -44,7 +44,6 @@ Perform the following steps to upgrade the agent on a Kubernetes cluster running
44
44
45
45
* Self-managed Kubernetes clusters hosted on Azure using AKS Engine.
46
46
* Self-managed Kubernetes clusters hosted on Azure Stack or on-premises using AKS Engine.
47
-
* Red Hat OpenShift version 4.x.
48
47
49
48
If the Log Analytics workspace is in commercial Azure, run the following command:
50
49
@@ -64,20 +63,6 @@ If the Log Analytics workspace is in Azure US Government, run the following comm
## How to disable environment variable collection on a container
82
67
83
68
Container insights 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