How to access an OpenShift 4 Node

In order to review the underline node, you need to follow the next steps:

  • Get the node name that is having issues or your need to login
oc get nodes
  • Run the oc debug command into the node
oc debug node/ip-10-0-129-255.us-east-2.compute.internal 
  • Once you are logged in the node, you’ll need to run:
chroot /host

References:

  • 1 OCP4 Documentation
Previous
Next