-
Notifications
You must be signed in to change notification settings - Fork 304
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
Support multiple user servers #142
Comments
how about deploying into different namespaces? |
Hello. Yes this the current situation, but some cannot easily instantiate a namespace per application, especially for testing. I guess it is the rational behind a majority of helm chart automatically adding the release name in front of each kube artefact. At least admin have the option to deploy n time the same app in the same namespace. |
I interpret what @gsemet is saying as the wish to be able to have multiple user servers running. This is now something that JupyterHub itself can support with named servers. I think it adds a bit too much complexity if the goal is to only have 1 single user server but be able to manage multiple sessions coming and going etc, especially since some pods will end up with storage that can only be mounted by one pod at the time or similarly. |
Hello.
As of today, when one user starts a server, a pod with a name such as
jupyter-<username>
is created. I think it is a good practice to add a kind of sha1/tag in the name to allow multiple deployment. For example, hub has a name such ashub-66c9fb8db-rd8t9
instead of justhub
(zero to jupyterhub config).Being able to use a tag/sha1 in the name might allow the following features:
The text was updated successfully, but these errors were encountered: