Verifying OCP deployment
Procedure
- 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
- Check the cluster nodes and the cluster operator status.
oc get nodes oc get co
The output of the first command must show aSTATUS
ofReady
for all rows, and the output of the second command must showAVAILABLE
isTrue
for all rows as shown in the following example.