Skip to content

Commit 8bb0518

Browse files
authored
Update node-problem-detector.md
Minor wording clarification
1 parent 65d85b6 commit 8bb0518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/node-problem-detector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 05/31/2023
1010
[Node Problem Detector (NPD)](https://github.com/kubernetes/node-problem-detector) is an open source Kubernetes component that detects node-related problems and reports on them. It runs as a systemd serviced on each node in the cluster and collects various metrics and system information, such as CPU usage, disk usage, and network connectivity. When it detects a problem, it generates *events and/or node conditions*. Azure Kubernetes Service (AKS) uses NPD to monitor and manage nodes in a Kubernetes cluster running on the Azure cloud platform. The AKS Linux extension enables NPD by default.
1111

1212
> [!NOTE]
13-
> Upgrades to NPD is independent of the node and Kubernetes version upgrade process. If a nodepool is unhealthy (i.e. in a failed state), new NPD versions will not be installed.
13+
> Upgrades to NPD is independent of the node image and Kubernetes version upgrade processes. If a nodepool is unhealthy (i.e. in a failed state), new NPD versions will not be installed.
1414
1515
## Node conditions
1616

0 commit comments

Comments
 (0)