You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ kubectl -n bioos port-forward --address 0.0.0.0 service/hub 8081:8081
error: unable to forward port because pod is not running. Current status=Pending
The jupyterhub pod is not running. A long way debug started.
So the problem lies in image designation. A procedure is needed for manully recover the deployments. I will provide the fixed procedure in a PR so others can install this program successfully. Please check and merge it.
Expected behavior
Successful deployment of jupyterhub & bioos.
Screenshots
None.
The text was updated successfully, but these errors were encountered:
Describe the bug
Fail to start jupyterhub during deployment.
To Reproduce
Follow the deployment guide at https://bio-os.gitbook.io/userguide/bu-shu/getting-set-up/bu-shu-bioos or https://github.com/Bio-OS/helm-charts/blob/main/README.md.
Nothing seems wrong here, and:
The jupyterhub pod is not running. A long way debug started.
To look deeper into the nginx pod:
It seems the image is not pulled successfully. I tried to pull manully to validate:
Manifest of the image signature failed. When I removed sha256 string:
It works.
So the problem lies in image designation. A procedure is needed for manully recover the deployments. I will provide the fixed procedure in a PR so others can install this program successfully. Please check and merge it.
Expected behavior
Successful deployment of jupyterhub & bioos.
Screenshots
None.
The text was updated successfully, but these errors were encountered: