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/concepts-diagnostics.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
---
1
+
---
2
2
title: Azure Kubernetes Service (AKS) Diagnostics Overview
3
3
description: Learn about self-diagnosing clusters in Azure Kubernetes Service.
4
4
services: container-service
@@ -20,14 +20,13 @@ To access AKS Diagnostics:
20
20
21
21
- Navigate to your Kubernetes cluster in the [Azure portal](https://portal.azure.com).
22
22
- Click on **Diagnose and solve problems** in the left navigation, which opens AKS Diagnostics.
23
-
- Choose a category that best describes the issue of your cluster by using the keywords in the homepage tile
24
-
OR type a keyword that best describes your issue in the search bar, for example _Cluster Node Issues_.
23
+
- Choose a category that best describes the issue of your cluster by using the keywords in the homepage tile, or type a keyword that best describes your issue in the search bar, for example _Cluster Node Issues_.
After you click on a category, you can view a diagnostic report specific to your cluster. Diagnostic report intelligently calls out if there is any issue in your cluster with status icons. You can drill down on each topic by clicking on **More Info** to see detailed description of the issue, recommended actions, links to helpful docs, related-metrics, and logging data. Diagnostic reports are intelligently generated based on the current state of your cluster after running variety of checks. Diagnostic reports can be a useful tool for pinpointing the problem of your cluster and finding the next steps to resolve the issue.
29
+
After you click on a category, you can view a diagnostic report specific to your cluster. Diagnostic report intelligently calls out if there is any issue in your cluster with status icons. You can drill down on each topic by clicking on **More Info** to see detailed description of the issue, recommended actions, links to helpful docs, related-metrics, and logging data. Diagnostic reports are intelligently generated based on the current state of your cluster after running a variety of checks. Diagnostic reports can be a useful tool for pinpointing the problem of your cluster and finding the next steps to resolve the issue.
0 commit comments