-
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
Verify PVC for /home/jovyan works #854
Comments
I would work on this if someone could guide me through the test infra. Like, from local to e2e. |
We're using dev.kubeflow.org as a way of seeing Kubeflow @ HEAD to test things like UI changes that we don't have E2E tests for. It looks like the cron job was enabled and images were newly built You should have access to via your @redhat account to dev.kubeflow.org so you should be able to launch a notebook using the new image and just confirm its working. |
@pdmack Can you explain the last comment? Is PVC working as expected? I think I made a mistake we probably need to update dev.kubeflow.org to pick up the ksonnet changes that set the mount point. There are instructions here for how to update dev.kubeflow.org. I think we will need to modify recreate_app.sh to set the location to mount the PVC |
The screen caps are from the NB launch in d.k.o without a PVC. @jlewi are you saying we want to now have all d.k.o launches use a PVC? If so, I'll have a look at those updates. |
In #561 we made the changes to support mounting all of /home/jovyan on PVC.
We should verify that is working in dev.kubeflow.org.
To do that we will need newly built Jupyter notebook images.
The cron job to rebuild notebook images (#666) should be enabled soon.
The text was updated successfully, but these errors were encountered: