To verify your {product-title} cluster’s status during or after installation:
Procedure
-
In the cluster environment, export the administrator’s kubeconfig file:
$ export KUBECONFIG=<installation_directory>/auth/kubeconfig (1)
-
For
<installation_directory>
, specify the path to the directory that you stored the installation files in.The
kubeconfig
file contains information about the cluster that is used by the CLI to connect a client to the correct cluster and API server.
-
-
View the control plane and compute machines created after a deployment:
$ oc get nodes
-
View your cluster’s version:
$ oc get clusterversion
-
View your operators' status:
$ oc get clusteroperator
-
View all running Pods in the cluster:
$ oc get pods -A