Skip to content

Commit ade1d95

Browse files
committed
add windows verbiage
1 parent 777b6df commit ade1d95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/node-auto-repair.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.date: 03/10/2020
1010

1111
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. It is also important to note that Azure platform [performs maintenance on Virtual Machines][vm-updates] that experience issues. AKS and Azure work together to minimize service disruptions for your clusters.
1212

13+
> [!Important]
14+
> Noe auto-repair functionality isn't currently supported for Windows Server node pools.
15+
1316
## How AKS checks for unhealthy nodes
1417

1518
> [!Note]
@@ -28,7 +31,7 @@ kubectl get nodes
2831

2932
## How automatic repair works
3033

31-
This behavior is for Virtual Machine Scale Sets. 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:
34+
This behavior is for **Virtual Machine Scale Sets**. 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:
3235

3336
1. After the container runtime becomes unresponsive for 10 minutes, the failing runtime services are restarted on the node.
3437
2. If the node is not ready within 10 minutes, the node is rebooted.

0 commit comments

Comments
 (0)