forked from kubeflow/kubeflow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manage multiple PVCs via the default JH Spawner UI
* Extend default Spawner UI with two new elements: Workspace and Data Volumes * Extend `config.yaml` of the default UI with default values and options for the new Spawner form fields * Add asynchronous logic for handling K8s-native API requests in `spawner.py` (e.g. provision new PVCs, retrieve existing PVCs) * Add 'storageClass` ksonnet parameter to easily configure which PVC provisioner will be used - defaults to 'none' * Remove `disks` and `notebookPVCMount` ksonnet parameters, along with related assignments in `jupyterhub_config.py` * Remove buggy code for attaching multiple PVCs in `jupyterhub_config.py` * Fix flake8 linting errors in `spawner.py` Closes kubeflow#34 Closes kubeflow#541 Signed-off-by: Ioannis Androulidakis <[email protected]> Signed-off-by: Ilias Tsitsimpis <[email protected]>
- Loading branch information
Showing
9 changed files
with
717 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.