Replies: 1 comment 6 replies
-
Hi @maqs00d-s, thanks for reaching out! Have you by chance added a SSL cert to your deployment? This dask dashboard URL needs the SSL cert for it to work correctly. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have deployed qhub ver 0.4.2 using GKE as our platform. After a user authenticates through Keycloak and starts the Jupyterlab server, a jupyter notebook is launched and the user attempts to start a dask cluster, as per the steps listed here: https://docs.qhub.dev/en/stable/source/user_guide/dask_gateway.html#starting-a-cluster
When the user enters the command: cluster = gateway.new_cluster(options), he/she is presented with the dashboard link in the GUI (https://our-domain/gateway/clusters/namespace.resource-id/status). However, when clicking on the link, the user receives an error saying "Service Unavailable."
Before receiving the error, there is an oauth redirect back to Keycloak. Not sure if this is expected behavior, but after entering credentials and authenticating, a blank page with the error above is presented.
Beta Was this translation helpful? Give feedback.
All reactions