Skip to content

Commit f33ba99

Browse files
authored
Update node-not-ready-then-recovers.md
1 parent 10f507b commit f33ba99

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

support/azure/azure-kubernetes/availability-performance/node-not-ready-then-recovers.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Node not ready but then recovers
33
description: Troubleshoot scenarios in which the status of an AKS cluster node is Node Not Ready, but then the node recovers.
4-
ms.date: 12/09/2024
5-
ms.reviewer: rissing, chiragpa, momajed, v-leedennis
4+
ms.date: 2/25/2024
5+
ms.reviewer: rissing, chiragpa, momajed, v-leedennis, novictor
66
ms.service: azure-kubernetes-service
77
#Customer intent: As an Azure Kubernetes user, I want to prevent the Node Not Ready status for nodes that later recover so that I can avoid future errors within an AKS cluster.
88
ms.custom: sap:Node/node pool availability and performance
@@ -22,12 +22,21 @@ There are several scenarios that could cause a "Not Ready" state to occur:
2222
- [Azure status](https://status.azure.com/)
2323
- Azure notifications (for any recent outages or maintenance periods)
2424

25+
## Examples:
26+
Error: NodeNotReady
27+
28+
- This error indicates that the node is not ready. To resolve this, check the node's status using the command: kubectl describe node <node-name>.
29+
2530
## Resolution
2631

2732
Check the API server availability by running the `kubectl get apiservices` command. Make sure that the readiness probe is correctly configured in the deployment YAML file.
2833

2934
For further steps, see [Basic troubleshooting of Node Not Ready failures](node-not-ready-basic-troubleshooting.md).
3035

36+
## Additional Troubleshooting Steps:
37+
- Verify the node's network configuration to ensure there are no connectivity issues.
38+
- Check the node's resource usage (CPU, memory, disk) to identify any resource constraints.
39+
3140
## Prevention
3241

3342
To prevent this issue from occurring in the future, take one or more of the following actions:

0 commit comments

Comments
 (0)