Determine the phase of a machine by using the web console
To troubleshoot issues with a machine, you can find the phase of a machine by using the OpenShift Container Platform web console.
Prerequisites
-
You have access to an OpenShift Container Platform cluster using an account with
cluster-adminpermissions.
Procedure
-
Log in to the web console as a user with the
cluster-adminrole. -
Navigate to Compute → Machines.
-
On the Machines page, select the name of the machine that you want to find the phase of.
-
On the Machine details page, select the YAML tab.
-
In the YAML block, find the value of the
status.phasefield.Example YAML snippetapiVersion: machine.openshift.io/v1beta1 kind: Machine metadata: name: mycluster-5kbsp-worker-us-west-1a-fmx8t # ... status: phase: RunningIn this example, the phase is
Running.