Skip to content

Commit 39c44d3

Browse files
committed
tweaks per feedback
1 parent a0d20a2 commit 39c44d3

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/aks/node-auto-repair.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ ms.date: 03/10/2020
88

99
# Azure Kubernetes Service (AKS) node auto-repair
1010

11-
AKS continuously checks the health state of worker nodes and performs automatic repair of the nodes if they become unhealthy.
12-
13-
## Region Availability
14-
15-
This feature is available in all regions where AKS is supported.
11+
AKS continuously checks the health state of worker nodes and performs automatic repair of the nodes if they become unhealthy. This documentation describes how Azure Kubernetes Service (AKS) monitors worker nodes, and repairs unhealthy worker nodes. The documentation is to inform AKS operators on the behavior of node repair functionality.
1612

1713
## How AKS checks for unhealthy nodes
1814

@@ -34,9 +30,9 @@ kubectl get nodes
3430

3531
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:
3632

37-
1. Docker is restarted on the node.
38-
2. The node is rebooted.
39-
3. The node is re-imaged.
33+
1. After the Docker runtime becomes unresponsive for 10 minutes, Docker is restarted on the node.
34+
2. If the node does not become available withint 10 minutes, the node is rebooted.
35+
3. If the node is not available within 30 minutes, the node is re-imaged.
4036

4137
> ![Note]
4238
> If multiple nodes are unhealthy, they are repaired one by one

0 commit comments

Comments
 (0)