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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,11 +32,14 @@ kubectl get nodes
32
32
33
33
## How automatic repair works
34
34
35
-
Auto-repair takes several steps to repair a broken node. If a node is determined to be unhealthy, AKS uses the following remediation steps:
35
+
Auto-repair takes several steps to repair a broken node. If a node is determined to be unhealthy, AKS attemps several remediation steps. The steps are performed in this order:
36
36
37
-
* The node is rebooted
38
-
* If a reboot doesn't fix the node, the node is replaced with a new node
39
-
* If multiple nodes are unhealthy, they are repaired one by one
37
+
1. Docker is restarted on the node
38
+
2. The node is rebooted
39
+
3. The node is re-imaged
40
+
41
+
> ![Note]
42
+
> If multiple nodes are unhealthy, they are repaired one by one
0 commit comments