Skip to content

Commit 051396b

Browse files
Merge pull request #258828 from damendo/main
Fixing typos
2 parents 612576d + 9734ec3 commit 051396b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ With the rise of Kubernetes and the OSS ecosystem, Container Insights migrate to
103103

104104
## Repair duplicate agents
105105

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:
107107

108108
### Migration guidelines for AKS clusters
109109

@@ -124,13 +124,13 @@ Current ama-logs default limit are below
124124

125125
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.
126126

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

129129
```console
130130
az aks show -g $resourceGroupNameofCluster -n $nameofTheCluster | grep logAnalyticsWorkspaceResourceID`
131131
```
132132

133-
6. Clean resources from previous onboarding:
133+
4. Clean resources from previous onboarding:
134134

135135
**For customers that previously onboarded to containerinsights through helm chart** :
136136

@@ -160,13 +160,13 @@ curl -LO raw.githubusercontent.com/microsoft/Docker-Provider/ci_dev/kubernetes/o
160160
kubectl delete -f omsagent.yaml
161161
```
162162

163-
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)
164164

165165
```console
166166
az aks disable-addons -a monitoring -n MyExistingManagedCluster -g MyExistingManagedClusterRG
167167
```
168168

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)
170170

171171

172172

0 commit comments

Comments
 (0)