Skip to content

Commit 96c7473

Browse files
Merge pull request #216810 from austonli/patch-29
Removing ARO references and adding Arc
2 parents b296e3c + 5420249 commit 96c7473

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

articles/azure-monitor/containers/container-insights-manage-agent.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Container insights uses a containerized version of the Log Analytics agent for L
1717
1818
## How to upgrade the Container insights agent
1919

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.
2121

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).
2323

2424
### Upgrade agent on AKS cluster
2525

@@ -44,7 +44,6 @@ Perform the following steps to upgrade the agent on a Kubernetes cluster running
4444

4545
* Self-managed Kubernetes clusters hosted on Azure using AKS Engine.
4646
* Self-managed Kubernetes clusters hosted on Azure Stack or on-premises using AKS Engine.
47-
* Red Hat OpenShift version 4.x.
4847

4948
If the Log Analytics workspace is in commercial Azure, run the following command:
5049

@@ -64,20 +63,6 @@ If the Log Analytics workspace is in Azure US Government, run the following comm
6463
$ helm upgrade --set omsagent.domain=opinsights.azure.us,omsagent.secret.wsid=<your_workspace_id>,omsagent.secret.key=<your_workspace_key>,omsagent.env.clusterName=<your_cluster_name> incubator/azuremonitor-containers
6564
```
6665

67-
### Upgrade agent on Azure Red Hat OpenShift v4
68-
69-
Perform the following steps to upgrade the agent on a Kubernetes cluster running on Azure Red Hat OpenShift version 4.x.
70-
71-
>[!NOTE]
72-
>Azure Red Hat OpenShift version 4.x only supports running in the Azure commercial cloud.
73-
>
74-
75-
```console
76-
curl -o upgrade-monitoring.sh -L https://aka.ms/upgrade-monitoring-bash-script
77-
export azureAroV4ClusterResourceId="/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.RedHatOpenShift/OpenShiftClusters/<clusterName>"
78-
bash upgrade-monitoring.sh --resource-id $ azureAroV4ClusterResourceId
79-
```
80-
8166
## How to disable environment variable collection on a container
8267

8368
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

Comments
 (0)