-
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
Jupyter spawner UI should provide a warning if pod isn't backed by durable storage #2156
Comments
@ioandr @vkoukis @kimwnasptd would you be willing to pick this up as part of your work on the Jupyter UI? |
@jlewi yes we are working on it, here's a draft of what we where thinking. We will add it to the PR |
/assign kimwnasptd |
@vkoukis: GitHub didn't allow me to assign the following users: kimwnasptd. Note that only kubeflow members and repo collaborators can be assigned and that issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign kimwnasptd |
@vkoukis: GitHub didn't allow me to assign the following users: kimwnasptd. Note that only kubeflow members and repo collaborators can be assigned and that issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign kimwnasptd |
The above warning is shown to users when no Volumes are provided in the Notebook form. We should consider whether the app should provide this warning after checking the |
Marking this as fixed. There is a follow on issue #2157 to disable the New PVC option if there is no default storage class defined. |
* hack: Update katib script to update the README Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com> * Update kubeflow/katib manifests from v0.13.0
Context: see #2155
Using PVC is a barrier to kicking the tires on Kubeflow. So we want to make it possible to deploy Kubeflow without using durable storage backing the Jupyter pod.
The spawner UI should provide a clear warning so that users don't get surprised if their pod gets preempted and their data is lost.
The text was updated successfully, but these errors were encountered: