
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 668 Views
Hi all,
I have started the Developing and Deploying AI/ML Applications on Red Hat OpenShift AI (267) Course however I'm facing some issues with starting the labs. Basically, the "lab start" actions are hanging up with no progress.
For example, the first two guided exercises fail to verify the cluster state:
$ lab install -u AI262 && lab start projects-concept
. . .
FAIL Verifying cluster state
- Operators were not ready after 6 minutes
- Cannot continue lab script
$ lab install -u AI262 && lab start projects-workbenches
FAIL Verifying cluster state
- Operators were not ready after 6 minutes
- Cannot continue lab script
Can you recommend how to progress with the labs in this course?
Thanks
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 606 Views
@fmarchio Thanks for reaching out.
This error happens when the cluster is not completely up.
You can check the status of the cluster and try the script again.
To check the cluster run: ssh lab@utility "./wait.sh"
If the above results looks OK then try the script again it will work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 607 Views
@fmarchio Thanks for reaching out.
This error happens when the cluster is not completely up.
You can check the status of the cluster and try the script again.
To check the cluster run: ssh lab@utility "./wait.sh"
If the above results looks OK then try the script again it will work.