This is a cache of https://docs.openshift.com/rosa/support/troubleshooting/verifying-node-health.html. It is a snapshot of the page at 2024-09-21T03:05:24.128+0000.
Verifying node health - Troubleshooting | Support | Red Hat OpenShift <strong>service</strong> on AWS
×

Reviewing node status, resource usage, and configuration

Review cluster node health status, resource consumption statistics, and node logs. Additionally, query kubelet status on individual nodes.

Prerequisites
  • You have access to the cluster as a user with the dedicated-admin role.

  • You have installed the OpenShift CLI (oc).

Procedure
  • List the name, status, and role for all nodes in the cluster:

    $ oc get nodes
  • Summarize CPU and memory usage for each node within the cluster:

    $ oc adm top nodes
  • Summarize CPU and memory usage for a specific node:

    $ oc adm top node my-node