Skip to content

Commit d505c80

Browse files
authored
Update node-not-ready-then-recovers.md
1 parent 59758d1 commit d505c80

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ ms.custom: sap:Node/node pool availability and performance
99
---
1010
# Troubleshoot Node Not Ready failures that are followed by recoveries
1111

12-
This article helps troubleshoot scenarios in which a node within a Microsoft Azure Kubernetes Service (AKS) cluster shows the Node Not Ready status, but then automatically recovers to a healthy state.
13-
14-
## Symptoms
15-
16-
Maintaining node readiness in Azure Kubernetes Service (AKS) clusters is crucial for ensuring application availability and performance. When a node enters a "Not Ready" state, it can disrupt the application's functionality, causing it to stop responding. Although the node typically recovers automatically after a short period, understanding the underlying causes and implementing effective resolutions is essential to prevent recurring issues and maintain a stable environment. This document provides a comprehensive guide to troubleshooting and resolving node readiness issues in AKS clusters.
12+
This article provides a guide to troubleshoot and resolve node "Not ready" issues in AKS clusters. When a node enters a "Not Ready" state, it can disrupt the application's functionality, causing it to stop responding. Typically, the node recovers automatically after a short period. However, to prevent recurring issues and maintain a stable environment, it's important to understand the underlying causes and implementing effective resolutions.
1713

1814
## Cause
1915

@@ -28,7 +24,7 @@ There are several scenarios that could lead to this issue:
2824

2925
## Resolution
3026

31-
Check the API server availability by running the following command: kubectl get apiservices.
27+
Check the API server availability by running the following command: `kubectl get apiservices`.
3228

3329
Ensure that the readiness probe is correctly configured in the deployment YAML file.
3430

0 commit comments

Comments
 (0)