Skip to content

Commit b2d208d

Browse files
committed
tweaking steps
1 parent 3a5f708 commit b2d208d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/aks/node-auto-repair.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@ kubectl get nodes
3232

3333
## How automatic repair works
3434

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:
3636

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
4043
4144
## Next steps
4245

0 commit comments

Comments
 (0)