Skip to content

Commit 250c5ea

Browse files
authored
Update container-insights-troubleshoot.md
Updated sections related to omsagent replaced with relevant ama-logs pods.
1 parent 879a0e5 commit 250c5ea

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

articles/azure-monitor/containers/container-insights-troubleshoot.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,41 +41,41 @@ To diagnose the problem if you can't view status information or no results are r
4141

4242
`kubectl get ds ama-logs --namespace=kube-system`
4343

44-
The output should resemble the following example, which indicates that it was deployed properly:
44+
The number of pods should be equal to the number of Linux nodes on the cluster. The output should resemble the following example, which indicates that it was deployed properly:
4545

4646
```
4747
User@aksuser:~$ kubectl get ds ama-logs --namespace=kube-system
48-
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
49-
ama-logs 2 2 2 2 2 beta.kubernetes.io/os=linux 1d
48+
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
49+
ama-logs 2 2 2 2 2 <none> 1d
5050
```
5151
5252
1. If you have Windows Server nodes, check the status of the agent by running the following command:
5353
54-
`kubectl get ds omsagent-win --namespace=kube-system`
54+
`kubectl get ds ama-logs-windows --namespace=kube-system`
5555
56-
The output should resemble the following example, which indicates that it was deployed properly:
56+
The number of pods should be equal to the number of Windows nodes on the cluster. The output should resemble the following example, which indicates that it was deployed properly:
5757
5858
```
5959
User@aksuser:~$ kubectl get ds ama-logs-windows --namespace=kube-system
60-
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
61-
ama-logs-windows 2 2 2 2 2 beta.kubernetes.io/os=windows 1d
60+
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
61+
ama-logs-windows 2 2 2 2 2 <none> 1d
6262
```
6363
64-
1. Check the deployment status with agent version **06072018** or later by using the following command:
64+
1. Check the deployment status by using the following command:
6565
66-
`kubectl get deployment ama-logs-rs -n=kube-system`
66+
`kubectl get deployment ama-logs-rs --namespace=kube-system`
6767
6868
The output should resemble the following example, which indicates that it was deployed properly:
6969
7070
```
71-
User@aksuser:~$ kubectl get deployment omsagent-rs -n=kube-system
72-
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
73-
ama-logs 1 1 1 1 3h
71+
User@aksuser:~$ kubectl get deployment ama-logs-rs --namespace=kube-system
72+
NAME READY UP-TO-DATE AVAILABLE AGE
73+
ama-logs-rs 1/1 1 1 24d
7474
```
7575
7676
1. Check the status of the pod to verify that it's running by using the command `kubectl get pods --namespace=kube-system`.
7777
78-
The output should resemble the following example with a status of `Running` for the omsagent:
78+
The output should resemble the following example with a status of `Running` for ama-logs:
7979
8080
```
8181
User@aksuser:~$ kubectl get pods --namespace=kube-system
@@ -85,7 +85,7 @@ To diagnose the problem if you can't view status information or no results are r
8585
azure-vote-front-3826909965-30n62 1/1 Running 0 22d
8686
ama-logs-484hw 1/1 Running 0 1d
8787
ama-logs-fkq7g 1/1 Running 0 1d
88-
ama-logs-windows-6drwq 1/1 Running 0 1d
88+
ama-logs-windows-6drwq 1/1 Running 0 1d
8989
```
9090
9191
1. If the pods are in a running state, but there is no data in Log Analytics or data appears to only send during a certain part of the day, it might be an indication that the daily cap has been met. When this limit is met each day, data stops ingesting into the Log Analytics Workspace and resets at the reset time. For more information, see [Log Analytics Daily Cap](../../azure-monitor/logs/daily-cap.md#determine-your-daily-cap).

0 commit comments

Comments
 (0)