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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ With the rise of Kubernetes and the OSS ecosystem, Container Insights migrate to
103
103
104
104
## Repair duplicate agents
105
105
106
-
Customers who manually Container Insights using custom methods prior to October 2022 can end up with multiple versions of our agent running together. To clear this duplication, customers are recommended to follow the steps below:
106
+
Customers who manually enable Container Insights using custom methods prior to October 2022 can end up with multiple versions of our agent running together. To clear this duplication, customers are recommended to follow the steps below:
107
107
108
108
### Migration guidelines for AKS clusters
109
109
@@ -124,13 +124,13 @@ Current ama-logs default limit are below
124
124
125
125
Validate whether the current default settings and limits meet the customer's needs. And if not, create support tickets under containerinsights agent to help investigate and toggle memory/cpu limits for the customer. Through doing this, it can help address the scale limitations issues that some customers encountered previously that resulted in OOMKilled exceptions.
126
126
127
-
4. Fetch current Azure analytic workspace ID since we're going to re-onboard the container insights.
127
+
3. Fetch current Azure analytic workspace ID since we're going to re-onboard the container insights.
128
128
129
129
```console
130
130
az aks show -g $resourceGroupNameofCluster -n $nameofTheCluster | grep logAnalyticsWorkspaceResourceID`
131
131
```
132
132
133
-
6. Clean resources from previous onboarding:
133
+
4. Clean resources from previous onboarding:
134
134
135
135
**For customers that previously onboarded to containerinsights through helm chart** :
7. Disable container insights to clean all related resources with aks command: [Disable Container insights on your Azure Kubernetes Service (AKS) cluster - Azure Monitor | Microsoft Learn](https://learn.microsoft.com/azure/azure-monitor/containers/container-insights-optout)
163
+
5. Disable container insights to clean all related resources with aks command: [Disable Container insights on your Azure Kubernetes Service (AKS) cluster - Azure Monitor | Microsoft Learn](https://learn.microsoft.com/azure/azure-monitor/containers/container-insights-optout)
164
164
165
165
```console
166
166
az aks disable-addons -a monitoring -n MyExistingManagedCluster -g MyExistingManagedClusterRG
167
167
```
168
168
169
-
8. Re-onboard to containerinsights with the workspace fetched from step 3 using [the steps outlined here](https://learn.microsoft.com/azure/azure-monitor/containers/container-insights-enable-aks?tabs=azure-cli#specify-a-log-analytics-workspace)
169
+
6. Re-onboard to containerinsights with the workspace fetched from step 3 using [the steps outlined here](https://learn.microsoft.com/azure/azure-monitor/containers/container-insights-enable-aks?tabs=azure-cli#specify-a-log-analytics-workspace)
0 commit comments