Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.15 KB

installation-osp-verifying-cluster-status.adoc

File metadata and controls

46 lines (38 loc) · 1.15 KB

Verifying cluster status

To verify your {product-title} cluster’s status during or after installation:

Procedure
  1. In the cluster environment, export the administrator’s kubeconfig file:

    $ export KUBECONFIG=<installation_directory>/auth/kubeconfig (1)
    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.

  2. View the control plane and compute machines created after a deployment:

    $ oc get nodes
  3. View your cluster’s version:

    $ oc get clusterversion
  4. View your operators' status:

    $ oc get clusteroperator
  5. View all running Pods in the cluster:

    $ oc get pods -A