From aa0061dae211ccfeea50f7bb6e7ca7c23a17ab07 Mon Sep 17 00:00:00 2001 From: Yang Pan Date: Mon, 5 Nov 2018 20:47:46 -0800 Subject: [PATCH] update instruction with proper namespace (#307) --- code_search/code-search.ipynb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code_search/code-search.ipynb b/code_search/code-search.ipynb index 4e7d13af..f67b3d72 100644 --- a/code_search/code-search.ipynb +++ b/code_search/code-search.ipynb @@ -198,6 +198,9 @@ "# Update Ksonnet to point to the Kubernetes Cluster\n", "ks env add code-search --context $(kubectl config current-context)\n", "\n", + "# Update Ksonnet to use the namespace where kubeflow is deployed. By default it's 'kubeflow'\n", + "ks env set code-search --namespace=kubeflow\n", + "\n", "# Update the Working Directory of the application\n", "sed -i'' \"s,gs://example/prefix,${WORKING_DIR},\" components/params.libsonnet\n", "\n",