Skip to content

Commit 3697de3

Browse files
committed
spelling
1 parent aa12f3e commit 3697de3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/node-auto-repair.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ kubectl get nodes
2828

2929
## How automatic repair works
3030

31-
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:
31+
Auto-repair takes several steps to repair a broken node. If a node is determined to be unhealthy, AKS attempts several remediation steps. The steps are performed in this order:
3232

3333
1. After the container runtime becomes unresponsive for 10 minutes, the failing runtime daemons and related services are restarted on the node.
34-
2. If the node does not become available withint 10 minutes, the node is rebooted.
34+
2. If the node does not become available within 10 minutes, the node is rebooted.
3535
3. If the node is not available within 30 minutes, the node is re-imaged.
3636

3737
> ![Note]

0 commit comments

Comments
 (0)