You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
8
8
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:
22
22
-[Azure status](https://status.azure.com/)
23
23
- Azure notifications (for any recent outages or maintenance periods)
24
24
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
+
25
30
## Resolution
26
31
27
32
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.
28
33
29
34
For further steps, see [Basic troubleshooting of Node Not Ready failures](node-not-ready-basic-troubleshooting.md).
30
35
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
+
31
40
## Prevention
32
41
33
42
To prevent this issue from occurring in the future, take one or more of the following actions:
0 commit comments