Verifying OCP deployment

Procedure

  1. Set the KUBECONFIG variable to get access to CLI tools:
    export KUBECONFIG=/<ocp_directory>/auth/kubeconfig
    For example,
    export KUBECONFIG=/ocp-tools/gi300-on-azure/auth/kubeconfig
  2. Check the cluster nodes and the cluster operator status.
    oc get nodes
    oc get co
    The output of the first command must show a STATUS of Ready for all rows, and the output of the second command must show AVAILABLE is True for all rows as shown in the following example.