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 -fThe 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
Runningstate. - The
Bobcustom resource displays aReadystatus. - 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.
Install Bob
Choose the installation method that matches your network environment and deploy IBM Bob to your OpenShift cluster using bobctl.
Post-installation tasks
Complete the required post-installation tasks to prepare IBM Bob for end users, including TLS certificates, LDAP federation, user access, and endpoint distribution.