Skip to content

Commit b860be3

Browse files
authored
Update node-not-ready-then-recovers.md
1 parent 07b98c3 commit b860be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are several scenarios that could cause a "Not Ready" state to occur:
2525
## Examples:
2626
Error: NodeNotReady
2727

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>.
28+
- This error indicates that the node is not ready. To resolve this, check the node's status using the command: kubectl describe node &lt;node-name&gt;.
2929

3030
## Resolution
3131

@@ -35,7 +35,7 @@ For further steps, see [Basic troubleshooting of Node Not Ready failures](node-n
3535

3636
## Additional Troubleshooting Steps:
3737
- 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.
38+
- Check the node's resource usage (CPU, memory, disk) to identify any resource constraints. For more informations see [Monitor your Kubernetes cluster performance with Container insights](https://learn.microsoft.com/en-us/azure/azure-monitor/containers/container-insights-analyze#view-performance-directly-from-a-cluster)
3939

4040
## Prevention
4141

0 commit comments

Comments
 (0)