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-troubleshoot.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,41 +41,41 @@ To diagnose the problem if you can't view status information or no results are r
41
41
42
42
`kubectl get ds ama-logs --namespace=kube-system`
43
43
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:
45
45
46
46
```
47
47
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
50
50
```
51
51
52
52
1. If you have Windows Server nodes, check the status of the agent by running the following command:
53
53
54
-
`kubectl get ds omsagent-win --namespace=kube-system`
54
+
`kubectl get ds ama-logs-windows --namespace=kube-system`
55
55
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:
57
57
58
58
```
59
59
User@aksuser:~$ kubectl get ds ama-logs-windows --namespace=kube-system
60
-
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
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