Skip to content

Commit d9bbf6e

Browse files
authored
Merge pull request #46486 from andresnava/patch-17
Update concepts-diagnostics.md
2 parents 3445f8b + d2649d4 commit d9bbf6e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/aks/concepts-diagnostics.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Azure Kubernetes Service (AKS) Diagnostics Overview
33
description: Learn about self-diagnosing clusters in Azure Kubernetes Service.
44
services: container-service
@@ -20,14 +20,13 @@ To access AKS Diagnostics:
2020

2121
- Navigate to your Kubernetes cluster in the [Azure portal](https://portal.azure.com).
2222
- 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_.
2524

2625
![Homepage](./media/concepts-diagnostics/aks-diagnostics-homepage.png)
2726

2827
## View a diagnostic report
2928

30-
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.
3130

3231
![Diagnostic Report](./media/concepts-diagnostics/diagnostic-report.png)
3332

@@ -69,7 +68,7 @@ CRUD Operations checks for any CRUD operations that may cause issues in your clu
6968

7069
### Identity and security management
7170

72-
Identity and security Management detects authentication and authorization errors that may prevent communication to your cluster.
71+
Identity and Security Management detects authentication and authorization errors that may prevent communication to your cluster.
7372

7473
- Node authorization failures
7574
- 401 errors

0 commit comments

Comments
 (0)