Skip to content

Commit

Permalink
Use PV for /home/jovyan by default (#1188)
Browse files Browse the repository at this point in the history
* PV is working reliably now and its a better default experience to have
  notebooks backed up. Users who don't have a default storage class can disable
  it.

Fix #1187
  • Loading branch information
jlewi authored and k8s-ci-robot committed Jul 12, 2018
1 parent a730ddf commit 02833f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeflow/core/prototypes/all.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// @optionalParam jupyterHubServiceType string ClusterIP The service type for Jupyterhub.
// @optionalParam jupyterHubImage string gcr.io/kubeflow/jupyterhub-k8s:v20180531-3bb991b1 The image to use for JupyterHub.
// @optionalParam jupyterHubAuthenticator string null The authenticator to use
// @optionalParam jupyterNotebookPVCMount string null Mount path for PVC. Set empty to disable PVC
// @optionalParam jupyterNotebookPVCMount string /home/jovyan Mount path for PVC. Set empty to disable PVC
// @optionalParam jupyterNotebookRegistry string gcr.io The docker image registry for JupyterNotebook.
// @optionalParam jupyterNotebookRepoName string kubeflow-images-public The repository name for JupyterNotebook.
// @optionalParam reportUsage string false Whether or not to report Kubeflow usage to kubeflow.org.
Expand Down

0 comments on commit 02833f6

Please sign in to comment.