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/aks/events.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Below is a set of the important fields in a Kubernetes Event. For a comprehensiv
30
30
31
31
## Accessing events
32
32
33
-
###[Azure CLI](#tab/azure-cli/linux)
33
+
# [Azure CLI](#tab/azure-cli)
34
34
35
35
You can find events for your cluster and its components by using `kubectl`. Keep in mind the Kubernetes API server only retains events for 1 hour after the last occurrence.
36
36
@@ -46,7 +46,7 @@ kubectl get pods
46
46
kubectl describe pods <pod-name>
47
47
```
48
48
49
-
###[Portal](#tab/azure-portal)
49
+
# [Portal](#tab/azure-portal)
50
50
51
51
You can browse the events for your cluster by navigating to **Events** under **Kubernetes resources** from the Azure portal overview page for your cluster. By default, all events are shown.
0 commit comments