-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi user for Jupyterhub #2577
Comments
Are you trying to share jupyter kernels? Why not have every user launch their own jupyter kernel and share notebooks (ipynb files) through git or NFS? |
The idea is that the jupyter environment has two main goals:
I thinks that these stages would make Kubeflow an environment for mutually developing pipelines and not only running experiments of existing pipelines. |
I think if you wanted to do this with JupyterHub in 0.4 you might be able to accomplish that by configuring JupyterHub auth. Right now we configure JupyterHub to use IAP and only the user that owns the notebook can access it. In 0.5 we are working on removing JupyterHub and switching to using ISTIO to control access to notebooks. With ISTIO a cluster admin should just be able to modify the ISTIO service rules in order to grant multiple users access to a particular jupyter instance. |
Awsome! |
When deploying Kubeflow on GKE, each user is authenticated using IAP.
When other Users would like to access the JupyterHub cluster (in order to work on the same notebooks) they get forbidden warning.
The same issue can be applied on other deployments. the user that created the cluster should be given Admin privilege and should be an easy way to add and remove users from the cluster
The text was updated successfully, but these errors were encountered: