-
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
profile_list AND free values/text? #279
Comments
You could override the spawners pre_spawn_hook and adjust the options of profile_list based on the user. That way you would get a user dependent list of predefined options. But, I don't know how to achieve a way to let the user dictate options freely. An overview
Question raised
|
@consideRatio Yes, the overview sums it up pretty good. Using the pre_spawn_hook is what I currently do to use a specific image per user. So the users are free to enrich their environment with a Dockerfile which extends a base image and pushing it to their repo. This is already a good solution but not perfect. Being able to provide a free text while keeping the profile_list (e.g. for resource settings) would give the users way more possibilities to customize their environments (e.g. containers for different user projects). Currently they are mutually exclusive. |
#317 and this are almost the same request. |
I believe this would be fixed by #735 |
This has been implemented by #735 |
Hi! I really like the profile list as it provides a convenient way to provide static settings. On the other hand it takes away the possibility for the user to pass non-static options to the starting pod. In my case I would like to keep the list but also give the user the ability to enter text to configure his pod. For example a text field with a certain image to be used on the pod. With the current solution the admin has to introduce this image. This is blocking the admin as well as the user. Is there a way to keep the profile_list but also get options as in the reference example?
The text was updated successfully, but these errors were encountered: