Skip to content

Commit 518a87c

Browse files
Merge pull request #250104 from aritraghosh/patch-2
Update node-auto-repair.md
2 parents e3fe68c + 48ac885 commit 518a87c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/aks/node-auto-repair.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this article, you learn how the automatic node repair functionality behaves f
1515

1616
AKS uses the following rules to determine if a node is unhealthy and needs repair:
1717

18-
* The node reports the [**NotReady**]((https://kubernetes.io/docs/reference/node/node-status/#condition) status on consecutive checks within a 10-minute time frame.
18+
* The node reports the [**NotReady**](https://kubernetes.io/docs/reference/node/node-status/#condition) status on consecutive checks within a 10-minute time frame.
1919
* The node doesn't report any status within 10 minutes.
2020

2121
You can manually check the health state of your nodes with the `kubectl get nodes` command.
@@ -34,7 +34,8 @@ If AKS identifies an unhealthy node that remains unhealthy for *five* minutes, A
3434
AKS engineers investigate alternative remediations if auto-repair is unsuccessful.
3535

3636
> [!NOTE]
37-
> Auto-repair is not triggered if the following taints are present on the node:` node.cloudprovider.kubernetes.io/shutdown`, `ToBeDeletedByClusterAutoscaler`
37+
> Auto-repair is not triggered if the following taints are present on the node:` node.cloudprovider.kubernetes.io/shutdown`, `ToBeDeletedByClusterAutoscaler`.
38+
>
3839
> The overall auto repair process can take up to an hour to complete. AKS retries for a max of 3 times for each step.
3940
4041
## Node auto-drain

0 commit comments

Comments
 (0)