EnterpriseOn-premisesInstallation

Verify the installation

After installation completes, verify that all IBM Bob components have been deployed successfully and are operating correctly.

After installation completes, run the following checks to confirm that all Bob components are deployed and healthy.

Check operator pod status

Verify that all operator pods are running:

oc get pods -n <operator-namespace>

All pods must be in the Running state.

Check Bob instance status

Verify that the Bob custom resource reports a healthy status:

oc get bob -n <instance-namespace>

The Bob custom resource displays a Ready status.

View operator logs

Review operator logs if troubleshooting is required:

oc logs -n <operator-namespace> deployment/ibm-bob-operator -f

The operator logs must not contain errors that prevent reconciliation or deployment progress.

A successful installation meets the following criteria:

  • All operator pods are in the Running state.
  • The Bob custom resource displays a Ready status.
  • The operator logs do not contain errors that prevent reconciliation or deployment progress.

If any checks fail, see the troubleshooting documentation or review the operator logs for details.

How is this topic?