Skip to content

Fixes jupyter installation randomly failing

Mayra Cabrera requested to merge 58927-jupyterhub-fails-to-install into master

What does this MR do?

The JupyterHub application fails to install through the Kubernetes integration with the following error:

Something went wrong while installing JupyterHub
Operation failed. Check pod logs for install-jupyter for more details.

When checking the logs we see the following error:

Error: timed out waiting for the condition

It seems spawning is not working well when the Helm chart awaits upgrading the jupyterhub pod before images that are used by the hub pod. Disabling hook-prePuller makes it work

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/58927

Does this MR meet the acceptance criteria?

Closes #58927 (closed)

Edited by Mayra Cabrera

Merge request reports