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/node-auto-repair.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,10 @@ This feature is available in all regions where AKS is supported.
16
16
17
17
## How AKS checks for unhealthy nodes
18
18
19
-
AKS uses rules to determine if a node is an unhealthy state and needs repair. AKS uses the following rules to determine if automatic repair is needed. AKS takes repair action on nodes with the user **aks-remediator**.
19
+
> [!Note]
20
+
> AKS takes repair action on nodes with the user account **aks-remediator**.
21
+
22
+
AKS uses rules to determine if a node is an unhealthy state and needs repair. AKS uses the following rules to determine if automatic repair is needed.
20
23
21
24
* The node reports status of **NotReady** on consecutive checks within a 10-minute timeframe
22
25
* The node doesn't report a status within 10 minutes
0 commit comments