update instruction with proper namespace (#307)

This commit is contained in:
Yang Pan 2018-11-05 20:47:46 -08:00 committed by k8s-ci-robot
parent 1f82dc41cd
commit aa0061dae2
1 changed files with 3 additions and 0 deletions

View File

@ -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",