When starting "lab start pods-images"
I'm receiving the following error after about 10 mins:
FAIL Verifying cluster state
- An unexpected error occured: .
- Check the logs for more details
- Cannot continue lab script
Checked "journalctl" no dice.
To fix the issue I used the following based on @Chetan_Tiwary_ lab utility info:
From the workstation or JupyterLab workstation shell, SSH into lab@utility
[student@workstation ~]$ ssh lab@utility
[lab@utility]$ ./wait.sh
Note: let this run until you see the following:
Router is up
Authentication is ready
The ingress operator is ready
The kube-apiserver operator is ready
Machine Config Operator changes applied
Exit, then start the lab:
[student@workstation ~]$ lab start pods-images
To fix the issue I used the following based on @Chetan_Tiwary_ lab utility info:
From the workstation or JupyterLab workstation shell, SSH into lab@utility
[student@workstation ~]$ ssh lab@utility
[lab@utility]$ ./wait.sh
Note: let this run until you see the following:
Router is up
Authentication is ready
The ingress operator is ready
The kube-apiserver operator is ready
Machine Config Operator changes applied
Exit, then start the lab:
[student@workstation ~]$ lab start pods-images
@SamJage glad that you were able to figure out the issue and resolve it.
I tried to run wait.sh but it shows "Waiting for authentication..." over 10 minutes.
Also I tried stop and start environment, delete and create environment but it's not change.
What should I do next...
@AS16 when you start your labs , it will take around 20 mins or so generally for the cluster to get ready with all its components. Please wait for the script to finish on its own.
Donot do anything in between in the labs till the script finishes.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.