From 02833f6275dcdaf2f826746a007cf44604344965 Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Wed, 11 Jul 2018 18:17:25 -0700 Subject: [PATCH] Use PV for /home/jovyan by default (#1188) * 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 --- kubeflow/core/prototypes/all.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubeflow/core/prototypes/all.jsonnet b/kubeflow/core/prototypes/all.jsonnet index fe5738aef16..d98c588721d 100644 --- a/kubeflow/core/prototypes/all.jsonnet +++ b/kubeflow/core/prototypes/all.jsonnet @@ -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.